ServiceEventArgs class

Warning

This API is now deprecated.

Defines payload for any Service message event Added in version 1.9.0

Extends

Constructors

ServiceEventArgs(string, string, string)

Creates and initializes an instance of this class.

Properties

eventName
jsonString
sessionId

Represents the session identifier.

Constructor Details

ServiceEventArgs(string, string, string)

Warning

This API is now deprecated.

Creates and initializes an instance of this class.

new ServiceEventArgs(json: string, name: string, sessionId?: string)

Parameters

json

string

json payload of the USP message.

name

string

sessionId

string

Property Details

eventName

Warning

This API is now deprecated.

string eventName

Property Value

string

jsonString

Warning

This API is now deprecated.

string jsonString

Property Value

string

sessionId

Warning

This API is now deprecated.

Represents the session identifier.

string sessionId

Property Value

string

Represents the session identifier.