Protocols
The following protocols are available globally.
-
A protocol to receive data message via FCM for devices running iOS 10 or above.
To support devices running iOS 9 or below, use the local and remote notifications handlers defined in UIApplicationDelegate protocol.
Declaration
Swift
protocol FIRMessagingDelegate : NSObjectProtocolObjective-C
@protocol FIRMessagingDelegate <NSObject>

