Search Results for

    Class IAPProduct

    Encapsulate properties of IAP product

    Inheritance
    object
    IAPProduct
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: YVR.Platform
    Assembly: YVR.Platform.Runtime.dll
    Syntax
    public class IAPProduct

    Constructors

    Name Description
    IAPProduct(AndroidJavaObject)

    Encapsulate properties of IAP product

    Fields

    Name Description
    addOnType

    Add on type of product, 1:consumable, 2:non-consumable

    appID

    App ID of which product belongs to

    description

    Description of product

    icon

    Icon url of product

    name

    Name of product

    price

    Price of product

    sku

    Unique ID of product

    Methods

    Name Description
    ToString()

    Encapsulate properties of IAP product

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article