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

List of all members.

Public Member Functions

String getName ()
 ShowNotification (String title, String message, String image, Integer displaytime)
 ShowNotification (String title, String message)
 ShowNotification (String title, String message, String image)
 ShowNotification (String title, String message, Integer displaytime)
void writeToParcel (Parcel parcel, int flags)

Static Public Attributes

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

Protected Member Functions

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

Detailed Description

Shows a GUI notification.

This class represents the API method GUI.ShowNotification

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

Definition at line 236 of file GUI.java.


Constructor & Destructor Documentation

Construct via parcel.

Definition at line 248 of file GUI.java.

org.xbmc.android.jsonrpc.api.call.GUI.ShowNotification.ShowNotification ( String  title,
String  message,
String  image,
Integer  displaytime 
) [inline]

Shows a GUI notification.

Parameters:
title
message
image
displaytimeThe time in milliseconds the notification will be visible.

Definition at line 273 of file GUI.java.

org.xbmc.android.jsonrpc.api.call.GUI.ShowNotification.ShowNotification ( String  title,
String  message 
) [inline]

Shows a GUI notification.

Parameters:
title
message

Definition at line 286 of file GUI.java.

org.xbmc.android.jsonrpc.api.call.GUI.ShowNotification.ShowNotification ( String  title,
String  message,
String  image 
) [inline]

Shows a GUI notification.

Parameters:
title
message
image

Definition at line 298 of file GUI.java.

org.xbmc.android.jsonrpc.api.call.GUI.ShowNotification.ShowNotification ( String  title,
String  message,
Integer  displaytime 
) [inline]

Shows a GUI notification.

Parameters:
title
message
displaytimeThe time in milliseconds the notification will be visible.

Definition at line 311 of file GUI.java.


Member Function Documentation

Definition at line 324 of file GUI.java.

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

Definition at line 319 of file GUI.java.

Definition at line 329 of file GUI.java.

Definition at line 240 of file GUI.java.


Member Data Documentation

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

Definition at line 237 of file GUI.java.

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

Generates instances of this Parcelable class from a Parcel.

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