IDataNotification

class genvidClient.IDataNotification()

A notification.

Changed in version 1.15.1: Remove deprecated data member.

Properties

genvidClient.IDataNotification.data

A UTF-8 string representation of rawdata.

Changed in version 1.15.1: It’s now a read-only property, and always an UTF-8 string.

Type: string

genvidClient.IDataNotification.id

The notification ID.

Type: string

genvidClient.IDataNotification.rawdata

The data associated with the notification.

Type: ArrayBuffer

genvidClient.IDataNotification.sessionid

The session ID.

Type: string