Table of Contents

Class ConversationStatus

Namespace
Android.App.People
Assembly
MASES.Netdroid.dll
public class ConversationStatus : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
ConversationStatus
Implements
Inherited Members
Extension Methods

Constructors

ConversationStatus(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ConversationStatus(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTIVITY_ANNIVERSARY

public static int ACTIVITY_ANNIVERSARY { get; set; }

Property Value

int

ACTIVITY_AUDIO

public static int ACTIVITY_AUDIO { get; set; }

Property Value

int

ACTIVITY_BIRTHDAY

public static int ACTIVITY_BIRTHDAY { get; set; }

Property Value

int

ACTIVITY_GAME

public static int ACTIVITY_GAME { get; set; }

Property Value

int

ACTIVITY_LOCATION

public static int ACTIVITY_LOCATION { get; set; }

Property Value

int

ACTIVITY_NEW_STORY

public static int ACTIVITY_NEW_STORY { get; set; }

Property Value

int

ACTIVITY_OTHER

public static int ACTIVITY_OTHER { get; set; }

Property Value

int

ACTIVITY_UPCOMING_BIRTHDAY

public static int ACTIVITY_UPCOMING_BIRTHDAY { get; set; }

Property Value

int

ACTIVITY_VIDEO

public static int ACTIVITY_VIDEO { get; set; }

Property Value

int

AVAILABILITY_AVAILABLE

public static int AVAILABILITY_AVAILABLE { get; set; }

Property Value

int

AVAILABILITY_BUSY

public static int AVAILABILITY_BUSY { get; set; }

Property Value

int

AVAILABILITY_OFFLINE

public static int AVAILABILITY_OFFLINE { get; set; }

Property Value

int

AVAILABILITY_UNKNOWN

public static int AVAILABILITY_UNKNOWN { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetActivity()

public int GetActivity()

Returns

int

int

GetAvailability()

public int GetAvailability()

Returns

int

int

GetDescription()

public CharSequence GetDescription()

Returns

CharSequence

CharSequence

GetEndTimeMillis()

public long GetEndTimeMillis()

Returns

long

long

GetIcon()

public Icon GetIcon()

Returns

Icon

Icon

GetId()

public String GetId()

Returns

String

String

GetStartTimeMillis()

public long GetStartTimeMillis()

Returns

long

long

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int