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

List of all members.

Public Member Functions

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

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Show the on-screen display for the current player.

This class represents the API method Input.ShowOSD

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

Definition at line 712 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 724 of file Input.java.

Show the on-screen display for the current player.

Definition at line 745 of file Input.java.


Member Function Documentation

Definition at line 755 of file Input.java.

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

Definition at line 750 of file Input.java.

Definition at line 760 of file Input.java.

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

Definition at line 716 of file Input.java.


Member Data Documentation

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

Definition at line 713 of file Input.java.

Initial value:
 new Parcelable.Creator<ShowOSD>() {
                        @Override
                        public ShowOSD createFromParcel(Parcel parcel) {
                                return new ShowOSD(parcel);
                        }
                        @Override
                        public ShowOSD[] newArray(int n) {
                                return new ShowOSD[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

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