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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Navigate left in GUI.

This class represents the API method Input.Left

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

Definition at line 399 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 411 of file Input.java.

Navigate left in GUI.

Definition at line 432 of file Input.java.


Member Function Documentation

Definition at line 442 of file Input.java.

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

Definition at line 437 of file Input.java.

Definition at line 447 of file Input.java.

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

Definition at line 403 of file Input.java.


Member Data Documentation

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

Definition at line 400 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

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