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 void doPushRegistration(com.sap.mobile.lib.sdmconnectivity.ISDMNetListener push)