getPushReceiveStatus

public abstract void getPushReceiveStatus(IRongCoreCallback.ResultCallback<Boolean> callback)

Retrieves the setting for whether to receive remote push notifications.

Prerequisite: When the mobile device is offline and the Web or MAC/PC terminal is online, this setting determines whether the mobile device receives remote push notifications.

Since

5.0.0

Parameters

callback

Callback to retrieve the setting for receiving remote push notifications. true indicates that remote push notifications are received, false indicates they are not.