|
| SessionState (Parcel parcel) |
|
| SessionState (long instance, BookmarkBase bookmark) |
|
| SessionState (long instance, Uri openUri) |
|
void | connect (Context context) |
|
long | getInstance () |
|
BookmarkBase | getBookmark () |
|
Uri | getOpenUri () |
|
LibFreeRDP.UIEventListener | getUIEventListener () |
|
void | setUIEventListener (LibFreeRDP.UIEventListener uiEventListener) |
|
BitmapDrawable | getSurface () |
|
void | setSurface (BitmapDrawable surface) |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int flags) |
|
Definition at line 23 of file SessionState.java.
◆ CREATOR
final Parcelable.Creator<SessionState> com.freerdp.freerdpcore.application.SessionState.CREATOR |
|
static |
Initial value:=
new Parcelable.Creator<SessionState>() {
public SessionState createFromParcel(Parcel in)
{
return new SessionState(in);
}
@Override public SessionState[] newArray(int size)
{
return new SessionState[size];
}
}
Definition at line 25 of file SessionState.java.
The documentation for this class was generated from the following file: