{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Class PageableResult<T, TSelf> | Economy | 3.3.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PageableResult<T, TSelf>

    The base class used for providing pageable results from the service e.g. GetBalancesResult.

    Inheritance
    object
    PageableResult<T, TSelf>
    GetBalancesResult
    GetInventoryResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Economy.Model
    Assembly: solution.dll
    Syntax
    [Preserve]
    public abstract class PageableResult<T, TSelf> where TSelf : PageableResult<T, TSelf>
    Type Parameters
    Name Description
    T

    The type of resource that is being fetched. E.g. for GetBalancesResult, the type is PlayerBalance.

    TSelf

    Constructors

    Name Description
    PageableResult(List<T>, bool)

    Fields

    Name Description
    HasNext

    True if there are more pages of results to fetch.

    m_Results

    The list of fetched results of type T.

    Methods

    Name Description
    GetNextAsync(int)

    Fetches the next page of results.

    GetNextResultsAsync(int)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)