public method IFXConnectLiteSession.subscribeConnectionStatusChange

Brief

Subscribes to the connection status change event

Declaration

protojavascriptjavacsharp
public subscribeConnectionStatusChange(listener : IConnectionStatusChangeListener) : void

Parameters
listener

An instance of the callback class for handling connection status change events

Details

See also: IConnectionStatusChangeListener

Declared in IFXConnectLiteSession

back