registerUser(String, boolean) method

Register the user with the SAP Mobile Server.

Syntax

boolean registerUser ( String captcha , 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. CAPTCHA text should be passed to the user during the first registration by the CAPTCHA challenge listener callback. If asynchronous, the user has to implement and register ‘IODPUserRegistrationListener’ to retrieve a callback.