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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Goes to home window in GUI.

This class represents the API method Input.Home

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

Definition at line 279 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 291 of file Input.java.

Goes to home window in GUI.

Definition at line 312 of file Input.java.


Member Function Documentation

Definition at line 322 of file Input.java.

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

Definition at line 317 of file Input.java.

Definition at line 327 of file Input.java.

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

Definition at line 283 of file Input.java.


Member Data Documentation

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

Definition at line 280 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 298 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