Registering the User

Registers the user to the Sybase Unwired Platform on-premise/cloud.

You need to send username and password as part of request manager during ClientConnection initialization. isSynchronous specifies whether this is a synchronous or an asynchronous registration. If asynchronous, the you have to implement and register ‘IODPUserRegistrationListener’ to get a call back.

Syntax

public boolean registerUser(boolean isSynchronous) throws SMPException

Examples