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

List of all members.

Public Member Functions

String getName ()
 NotifyAll (String sender, String message, String data)
 NotifyAll (String sender, String message)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "JSONRPC.NotifyAll"
static final
Parcelable.Creator< NotifyAll
CREATOR

Protected Member Functions

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

Detailed Description

Notify all other connected clients.

This class represents the API method JSONRPC.NotifyAll

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

Definition at line 42 of file JSONRPC.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 54 of file JSONRPC.java.

org.xbmc.android.jsonrpc.api.call.JSONRPC.NotifyAll.NotifyAll ( String  sender,
String  message,
String  data 
) [inline]

Notify all other connected clients.

Parameters:
sender
message
data

Definition at line 78 of file JSONRPC.java.

org.xbmc.android.jsonrpc.api.call.JSONRPC.NotifyAll.NotifyAll ( String  sender,
String  message 
) [inline]

Notify all other connected clients.

Parameters:
sender
message

Definition at line 90 of file JSONRPC.java.


Member Function Documentation

Definition at line 102 of file JSONRPC.java.

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

Definition at line 97 of file JSONRPC.java.

Definition at line 107 of file JSONRPC.java.

Definition at line 46 of file JSONRPC.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.JSONRPC.NotifyAll.API_TYPE = "JSONRPC.NotifyAll" [static]

Definition at line 43 of file JSONRPC.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 61 of file JSONRPC.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