Enabling Online Push for Applications

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. This method belongs to the LiteMessagingClient class.

Syntax

public void doPushRegistration(com.sap.mobile.lib.sdmconnectivity.ISDMNetListener push)

Parameters

  • push – Object that implements ISDMNetListener interface.