public class NexmoUserSession
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<NexmoUserSession> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getId()
Gets the
NexmoUserSession id. |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<NexmoUserSession> CREATOR
public java.lang.String getId()
NexmoUserSession
id.public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable