|
| DebugSettings (Parcel parcel) |
|
String | getDebugLevel () |
|
void | setDebugLevel (String debug) |
|
boolean | getAsyncUpdate () |
|
void | setAsyncUpdate (boolean enabled) |
|
boolean | getAsyncChannel () |
|
void | setAsyncChannel (boolean enabled) |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int flags) |
|
Definition at line 739 of file BookmarkBase.java.
◆ CREATOR
final Parcelable.Creator<DebugSettings> com.freerdp.freerdpcore.domain.BookmarkBase.DebugSettings.CREATOR |
|
static |
Initial value:=
new Parcelable.Creator<DebugSettings>() {
public DebugSettings createFromParcel(Parcel in)
{
return new DebugSettings(in);
}
@Override public DebugSettings[] newArray(int size)
{
return new DebugSettings[size];
}
}
Definition at line 742 of file BookmarkBase.java.
The documentation for this class was generated from the following file: