UnbluFirebaseNotificationCoordinatorDelegate
@objc
public protocol UnbluFirebaseNotificationCoordinatorDelegate
The delegate for notification events received from Firebase.
-
Will be called when the push notification token was received/updated via Firebase
Declaration
Swift
func unbluFirebaseNotificationCoordinator(_ unbluFirebaseNotificationCoordinator: UnbluFirebaseNotificationCoordinator, didReceiveRegistrationToken token: String?)Parameters
unbluFirebaseNotificationCoordinatorThe firebase coordinator which received the message
tokenThe push notification token
UnbluFirebaseNotificationCoordinatorDelegate Protocol Reference