getApplicationConnectionId() method

Return the application connection ID obtained from the server after successful registration.

Syntax

public String getApplicationConnectionId () throws SMPException

Example 1

UserManager userManager = new UserManager(clientConnection);
userManager.getApplicationConnectionId();