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

List of all members.

Classes

class  Resume

Public Member Functions

int describeContents ()
 Option (String repeat, Resume resume, Boolean shuffled)
JsonNode toJsonNode ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final String repeat
final Resume resume
final Boolean shuffled

Static Public Attributes

static final
Parcelable.Creator< Option
CREATOR
static final String REPEAT = "repeat"
static final String RESUME = "resume"
static final String SHUFFLED = "shuffled"

Protected Member Functions

 Option (Parcel parcel)

Detailed Description

Note: This class is used as parameter only.
This class was generated automatically from XBMC's JSON-RPC introspect.

Definition at line 950 of file Player.java.


Constructor & Destructor Documentation

org.xbmc.android.jsonrpc.api.call.Player.Open.Option.Option ( String  repeat,
Resume  resume,
Boolean  shuffled 
) [inline]
Parameters:
repeatOne of: off, one, all. See constants at PlayerModel.Repeat.
resume
shuffled

Definition at line 967 of file Player.java.

Construct via parcel.

Definition at line 997 of file Player.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 1018 of file Player.java.

Returns a JSON-serialized version of this object.

Returns:
Deserialized Json Node

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

Definition at line 974 of file Player.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.

Definition at line 988 of file Player.java.


Member Data Documentation

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

Generates instances of this Parcelable class from a Parcel.

Definition at line 1006 of file Player.java.

Definition at line 953 of file Player.java.

Definition at line 958 of file Player.java.

Definition at line 954 of file Player.java.

Definition at line 959 of file Player.java.

Definition at line 955 of file Player.java.

Definition at line 960 of file Player.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