Show / Hide Table of Contents

    Class BillingServicesInitializeStoreResult

    This class contains the information retrieved when InitializeStore() operation is completed.

    Inheritance
    System.Object
    BillingServicesInitializeStoreResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class BillingServicesInitializeStoreResult

    Properties

    InvalidProductIds

    An array of product identifiers not recongnized by the Store.

    Declaration
    public string[] InvalidProductIds { get; }
    Property Value
    Type Description
    System.String[]

    Products

    An array of products returned by the Store.

    Declaration
    public IBillingProduct[] Products { get; }
    Property Value
    Type Description
    IBillingProduct[]
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters