Sets the identifier for the current application.
public void setApplicationIdentifier(java.lang.String value)
// Initialize Application settings
Application app = Application.getInstance();
// The identifier has to match the
// application ID deployed to the SUP server
app.setApplicationIdentifier("SUP101");
This method must be called in the user interface thread.