registerUser(boolean) method

Register the user with SAP Mobile Server.

Syntax

boolean registerUser ( boolean isSynchronous ) throws SMPException

Parameters

Exceptions

Examples

Usage

It requires to send username and password as a part of request manager during client connection initialization. If asynchronous, the user has to implement and register ‘IODPUserRegistrationListener’ to retrieve a callback.