getPushEndPoint() method

Return the Push end-point value.

Syntax

public String getPushEndPoint () throws SMPException

Exceptions

Example 1

try {
   AppSettings appSettings = new AppSettings(clientConnection);
   String pushEndPoint = appSettings.getPushEndPoint();
} catch (SMPException e) {
   e.printStackTrace();
}