Archived
Configured colours and added additional images to ready app for iOS 13 dark mode
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// Block typedef callback parameter to getUserPropertiesWithCallback:.
|
||||
typedef void (^FIRAInteropUserPropertiesCallback)(NSDictionary<NSString *, id> *userProperties);
|
||||
|
||||
/// Connector for bridging communication between Firebase SDKs and FirebaseAnalytics API.
|
||||
@protocol FIRAnalyticsInterop
|
||||
|
||||
@@ -40,6 +43,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// Returns the maximum number of user properties.
|
||||
- (NSInteger)maxUserProperties:(NSString *)origin;
|
||||
|
||||
/// Returns the user properties to a callback function.
|
||||
- (void)getUserPropertiesWithCallback:(FIRAInteropUserPropertiesCallback)callback;
|
||||
|
||||
/// Logs events.
|
||||
- (void)logEventWithOrigin:(NSString *)origin
|
||||
name:(NSString *)name
|
||||
|
||||
Reference in New Issue
Block a user