Class PushClient
java.lang.Object
com.codename1.push.PushClient
Explicit v3 client binding. The application main class does not implement
PushCallback.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PushClient.Builderstatic voidNative/custom transport entry point for an encoded v3 envelope.static PushCallbackUsed by generated native bootstraps to find the explicit callback binding.getAppId()static booleanReturns true when a v3 binding can receive a native push immediately.voidregister()void
-
Method Details
-
builder
-
register
public void register() -
unregister
public void unregister() -
getAppId
-
getSubscription
-
getActiveCallback
Used by generated native bootstraps to find the explicit callback binding. -
hasActiveClient
public static boolean hasActiveClient()Returns true when a v3 binding can receive a native push immediately. -
dispatch
Native/custom transport entry point for an encoded v3 envelope.
-