Search Results for

    Class IAPPurchasedProduct

    Inheritance
    object
    IAPPurchasedProduct
    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 IAPPurchasedProduct

    Constructors

    Name Description
    IAPPurchasedProduct(AndroidJavaObject)

    Fields

    Name Description
    addOnType

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

    icon

    Icon url of purchased product

    id

    ID of purchased product

    name

    Name of purchased product

    sku

    sku of purchased product

    Methods

    Name Description
    ToString()

    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