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

List of all members.

Public Member Functions

int describeContents ()
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final GlobalModel.Time seekoffset
final GlobalModel.Time time

Static Public Attributes

static final String API_TYPE = "Player.Notifications.Player.Seek"
static final
Parcelable.Creator
< NotificationsPlayerSeek
CREATOR
static final String SEEKOFFSET = "seekoffset"
static final String TIME = "time"

Protected Member Functions

 NotificationsPlayerSeek (Parcel parcel)

Detailed Description

API Name: Player.Notifications.Player.Seek

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 335 of file PlayerModel.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 369 of file PlayerModel.java.


Member Function Documentation

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

Reimplemented from org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer.

Definition at line 347 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.

Reimplemented from org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer.

Definition at line 360 of file PlayerModel.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Reimplemented from org.xbmc.android.jsonrpc.api.model.PlayerModel.NotificationsPlayer.

Definition at line 378 of file PlayerModel.java.

Definition at line 339 of file PlayerModel.java.

Definition at line 343 of file PlayerModel.java.

Definition at line 340 of file PlayerModel.java.

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