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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Shows the information dialog.

This class represents the API method Input.Info

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

Definition at line 339 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 351 of file Input.java.

Shows the information dialog.

Definition at line 372 of file Input.java.


Member Function Documentation

Definition at line 382 of file Input.java.

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

Definition at line 377 of file Input.java.

Definition at line 387 of file Input.java.

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

Definition at line 343 of file Input.java.


Member Data Documentation

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

Definition at line 340 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

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