Public Member Functions | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.call.Input.Back Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.call.Input.Back:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Back ()
String getName ()
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "Input.Back"
static final
Parcelable.Creator< Back
CREATOR

Protected Member Functions

 Back (Parcel parcel)
String parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Goes back in GUI.

This class represents the API method Input.Back

This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 37 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 49 of file Input.java.

Goes back in GUI.

Definition at line 70 of file Input.java.


Member Function Documentation

Definition at line 80 of file Input.java.

String org.xbmc.android.jsonrpc.api.call.Input.Back.parseOne ( JsonNode  node) [inline, protected]

Definition at line 75 of file Input.java.

Definition at line 85 of file Input.java.

void org.xbmc.android.jsonrpc.api.call.Input.Back.writeToParcel ( Parcel  parcel,
int  flags 
) [inline]

Definition at line 41 of file Input.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.Input.Back.API_TYPE = "Input.Back" [static]

Definition at line 38 of file Input.java.

final Parcelable.Creator<Back> org.xbmc.android.jsonrpc.api.call.Input.Back.CREATOR [static]
Initial value:
 new Parcelable.Creator<Back>() {
                        @Override
                        public Back createFromParcel(Parcel parcel) {
                                return new Back(parcel);
                        }
                        @Override
                        public Back[] newArray(int n) {
                                return new Back[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Definition at line 56 of file Input.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:50