-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public interface IFcmSdkHandler
Bridge interface to communicate with Firebase SDK
-
-
Method Summary
Modifier and Type Method Description abstract PushTypegetPushType()abstract booleanisAvailable()abstract booleanisSupported()abstract voidrequestToken()Call this method to request token from Firebase SDK -
-
Method Detail
-
getPushType
abstract PushType getPushType()
-
isAvailable
abstract boolean isAvailable()
-
isSupported
abstract boolean isSupported()
-
requestToken
abstract void requestToken()
Call this method to request token from Firebase SDK
-
-
-
-