To consume push messages, the application registers a listener object.The client SDK notifies this listener object whenever there is a push message from the server. The listener object should implement the ISDMNetListener interface.
public static void setPushListener(com.sap.mobile.lib.sdmconnectivity.ISDBNetListener pushListerner)
UserManager.setPushListener(listenerObjectFromApp);