File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2424
2525NS_ASSUME_NONNULL_BEGIN
2626
27+ /* *
28+ Utility class for constructing federated auth provider credentials.
29+ */
2730NS_SWIFT_NAME (FederatedAuthProvider)
2831@protocol FIRFederatedAuthProvider <NSObject>
2932
Original file line number Diff line number Diff line change 2121
2222NS_ASSUME_NONNULL_BEGIN
2323
24+ // / This class is used to automatically populate a notification with an image if it is
25+ // / specified in the notification body via the `image` parameter. Images and other
26+ // / rich content can be populated manually without the use of this class. See the
27+ // / `UNNotificationServiceExtension` type for more details.
2428__IOS_AVAILABLE (10.0 ) __OSX_AVAILABLE(10.14 )
2529@interface FIRMessagingExtensionHelper : NSObject
2630
You can’t perform that action at this time.
0 commit comments