Interface IPushConnector
public interface IPushConnector
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckRegistrationStatus(android.content.Context context, IPushConnector.IErrorCallback callback, IPushConnector.TokenHandler tokenHandler) voidinitCallback(IPushRegistrator pushRegistrator) voidregisterInBackground(android.content.Context context, IPushConnector.ConnectorCallback connectorCallback)
-
Method Details
-
initCallback
-
registerInBackground
void registerInBackground(@NonNull android.content.Context context, @Nullable IPushConnector.ConnectorCallback connectorCallback) -
checkRegistrationStatus
boolean checkRegistrationStatus(@NonNull android.content.Context context, @Nullable IPushConnector.IErrorCallback callback, @Nullable IPushConnector.TokenHandler tokenHandler)
-