Initializing an Application

Before you use any of the other BlackBerry ODP APIs, you have to first initialize an application.

Syntax

public static void initialize(String appID) throws com.sybase.mo.MessagingClientException

Parameters

  • appID – Name of the registered application.

Examples

  • Initialize an application
    UserManager.initialize(applicationID);