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

List of all members.

Public Member Functions

String getName ()
 GetProperties (String...properties)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

static final String API_TYPE = "GUI.GetProperties"
static final
Parcelable.Creator
< GetProperties
CREATOR

Protected Member Functions

 GetProperties (Parcel parcel)
GUIModel.PropertyValue parseOne (JsonNode node)
boolean returnsList ()

Detailed Description

Retrieves the values of the given properties.

This class represents the API method GUI.GetProperties

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

Definition at line 112 of file GUI.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 124 of file GUI.java.

Retrieves the values of the given properties.

Parameters:
propertiesOne or more of: currentwindow, currentcontrol, skin, fullscreen. See constants at GUIModel.PropertyName.

Definition at line 146 of file GUI.java.


Member Function Documentation

Definition at line 157 of file GUI.java.

GUIModel.PropertyValue org.xbmc.android.jsonrpc.api.call.GUI.GetProperties.parseOne ( JsonNode  node) [inline, protected]

Definition at line 152 of file GUI.java.

Definition at line 162 of file GUI.java.

Definition at line 116 of file GUI.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.call.GUI.GetProperties.API_TYPE = "GUI.GetProperties" [static]

Definition at line 113 of file GUI.java.

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 131 of file GUI.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