phoenix-channel / ch.kuon.phoenix / Presence / Entry

Entry

class Entry : JSONObject

A presence entry

While presence are JSONObject subclasses, they should be considered immutable.

Presence entries are returned by Presence.list and other callbacks.

Constructors

<init>

A presence entry

Entry(rawData: String)

Properties

rawData

The JSON string that sent by the server

val rawData: String

Functions

getMetas

The presence meta data

fun getMetas(): JSONArray