Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val extensions: JsonElement?

JSON object with extension-specific objects.

Link copied to clipboard
abstract val extras: JsonElement?

Although extras MAY have any type, it is common for applications to store and access custom data as key/value pairs. Therefore, extras SHOULD be a JSON object rather than a primitive value for best portability.

Link copied to clipboard
abstract var name: String?