Interface ForegroundPushNotificationReady
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface ForegroundPushNotificationReady implements Serializable
Callback to decide if show the notification.
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
onConditionReady()
-
-
Method Detail
-
onConditionReady
abstract Boolean onConditionReady()
-
-
-
-