public method IO2GSessionStatus.onSessionStatusChanged

Brief

Processes notifications about the session status change.

Declaration
C++
virtual void  onSessionStatusChanged (IO2GSessionStatus::O2GSessionStatus status) = 0

Parameters
status

The new session status. During the session lifetime, session status changes. For detailed explanation of session statuses, please refer to Session Statuses section. For implementation details, please see the example below.

Declared in IO2GSessionStatus

back