Interface PushTransport
public interface PushTransport
Low-level escape hatch for CN1Libs that supply their own native push transport.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanvoidregister(PushTransport.Callback callback) voidunregister(PushTransport.Callback callback)
-
Method Details
-
getId
String getId() -
isSupported
boolean isSupported() -
register
-
unregister
-