Search Results for

    Class Entitlement

    Encapsulate properties of Entitlement

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

    Constructors

    Name Description
    Entitlement(AndroidJavaObject)

    Encapsulate properties of Entitlement

    Fields

    Name Description
    isEntitled

    Is user entitled to this app

    Methods

    Name Description
    ToString()

    Encapsulate properties of Entitlement

    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