Getting the Push End-point

Retrieve the push end-point that corresponds to the delivery address that the application uses in the subscription request for notifications.

Syntax

public String getPushEndPoint() throws com.sybase.mo.MessagingClientException

Examples

  • Retrieve the push end-point
    LiteAppSettings las = new LiteAppSettings();
    las.getPushEndPoint();