Search Results for

    Class Friend

    Encapsulate properties of friend

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

    Constructors

    Name Description
    Friend(AndroidJavaObject)

    Encapsulate properties of friend

    Fields

    Name Description
    accountID

    Friend's account ID

    age

    Friend's age

    avatar

    Friend's avatar url

    gender

    Friend's gender, 1:man, 2:women, 3:unknown

    nickname

    Friend's nickname

    onlineState

    Friend's online state, 1:online, 2:offline

    usingAppName

    App name of which friend is using. This represents that friend is not using any app if is null or empty.

    usingAppType

    App type of which friend is using, 1:game, 2:application. This represents that friend is not using any app if zero.

    usingAppUrl

    App url of which friend is using. This represents that friend is not using any app if is null or empty.

    Methods

    Name Description
    ToString()

    Encapsulate properties of friend

    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