public method IO2GSessionStatus.onLoginFailed

Brief

Processes a notification about a login failure.

Declaration
C#
void  onLoginFailed (string error)

Parameters
error

The server error message.

Details

In order to process a notification about a login failure, an instance of the class implementing the IO2GSessionStatus interface must be subscribed to the session object before calling the O2GSession.login method. It is accomplished by calling the O2GSession.subscribeSessionStatus method.

Declared in IO2GSessionStatus

back