Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int describeContents ()
 NotificationsPlayer (Integer playerid, Integer speed)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Integer playerid
final Integer speed

Static Public Attributes

static final String API_TYPE = "Player.Notifications.Player"
static final
Parcelable.Creator
< NotificationsPlayer
CREATOR
static final String PLAYERID = "playerid"
static final String SPEED = "speed"

Protected Member Functions

 NotificationsPlayer (Parcel parcel)

Detailed Description

API Name: Player.Notifications.Player

Note: Seems this class isn't used yet in the API.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 262 of file PlayerModel.java.


Constructor & Destructor Documentation

Parameters:
playerid
speed

Definition at line 277 of file PlayerModel.java.

Construct via parcel.

Definition at line 304 of file PlayerModel.java.


Member Function Documentation

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Implements org.xbmc.android.jsonrpc.api.JsonSerializable.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayerSeek.

Definition at line 283 of file PlayerModel.java.

Flatten this object into a Parcel.

Parameters:
parcelthe Parcel in which the object should be written.
flagsadditional flags about how the object should be written.

Implements android.os.Parcelable.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayerSeek.

Definition at line 296 of file PlayerModel.java.


Member Data Documentation

final String org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer.API_TYPE = "Player.Notifications.Player" [static]
Initial value:
 new Parcelable.Creator<NotificationsPlayer>() {
                        @Override
                        public NotificationsPlayer createFromParcel(Parcel parcel) {
                                return new NotificationsPlayer(parcel);
                        }
                        @Override
                        public NotificationsPlayer[] newArray(int n) {
                                return new NotificationsPlayer[n];
                        }
                }

Generates instances of this Parcelable class from a Parcel.

Reimplemented in org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayerSeek.

Definition at line 312 of file PlayerModel.java.

Definition at line 266 of file PlayerModel.java.

Definition at line 270 of file PlayerModel.java.

Definition at line 267 of file PlayerModel.java.

Definition at line 271 of file PlayerModel.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:51