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

List of all members.

Public Member Functions

String getName ()
 SendText (String text, Boolean done)
 SendText (String text)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Send a generic (unicode) text.

This class represents the API method Input.SendText

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

Definition at line 579 of file Input.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 591 of file Input.java.

org.xbmc.android.jsonrpc.api.call.Input.SendText.SendText ( String  text,
Boolean  done 
) [inline]

Send a generic (unicode) text.

Parameters:
textUnicode text.
doneWhether this is the whole input or not (closes an open input dialog if true).

Definition at line 614 of file Input.java.

Send a generic (unicode) text.

Parameters:
textUnicode text.

Definition at line 624 of file Input.java.


Member Function Documentation

Definition at line 635 of file Input.java.

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

Definition at line 630 of file Input.java.

Definition at line 640 of file Input.java.

Definition at line 583 of file Input.java.


Member Data Documentation

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

Definition at line 580 of file Input.java.

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

Generates instances of this Parcelable class from a Parcel.

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