|
19 | 19 | NS_ASSUME_NONNULL_BEGIN
|
20 | 20 |
|
21 | 21 | /** If present, is a BOOL wrapped in an NSNumber. */
|
22 |
| -static NSString *const kFIRCDIsDataCollectionDefaultEnabledKey = |
23 |
| - @"FIRCDIsDataCollectionDefaultEnabledKey"; |
| 22 | +#define kFIRCDIsDataCollectionDefaultEnabledKey @"FIRCDIsDataCollectionDefaultEnabledKey" |
24 | 23 |
|
25 | 24 | /** If present, is an int32_t wrapped in an NSNumber. */
|
26 |
| -static NSString *const kFIRCDConfigurationTypeKey = @"FIRCDConfigurationTypeKey"; |
| 25 | +#define kFIRCDConfigurationTypeKey @"FIRCDConfigurationTypeKey" |
27 | 26 |
|
28 | 27 | /** If present, is an NSString. */
|
29 |
| -static NSString *const kFIRCDSdkNameKey = @"FIRCDSdkNameKey"; |
| 28 | +#define kFIRCDSdkNameKey @"FIRCDSdkNameKey" |
30 | 29 |
|
31 | 30 | /** If present, is an NSString. */
|
32 |
| -static NSString *const kFIRCDSdkVersionKey = @"FIRCDSdkVersionKey"; |
| 31 | +#define kFIRCDSdkVersionKey @"FIRCDSdkVersionKey" |
33 | 32 |
|
34 | 33 | /** If present, is an int32_t wrapped in an NSNumber. */
|
35 |
| -static NSString *const kFIRCDllAppsCountKey = @"FIRCDllAppsCountKey"; |
| 34 | +#define kFIRCDllAppsCountKey @"FIRCDllAppsCountKey" |
36 | 35 |
|
37 | 36 | /** If present, is an NSString. */
|
38 |
| -static NSString *const kFIRCDGoogleAppIDKey = @"FIRCDGoogleAppIDKey"; |
| 37 | +#define kFIRCDGoogleAppIDKey @"FIRCDGoogleAppIDKey" |
39 | 38 |
|
40 | 39 | /** If present, is an NSString. */
|
41 |
| -static NSString *const kFIRCDBundleIDKey = @"FIRCDBundleID"; |
| 40 | +#define kFIRCDBundleIDKey @"FIRCDBundleID" |
42 | 41 |
|
43 | 42 | /** If present, is a BOOL wrapped in an NSNumber. */
|
44 |
| -static NSString *const kFIRCDUsingOptionsFromDefaultPlistKey = |
45 |
| - @"FIRCDUsingOptionsFromDefaultPlistKey"; |
| 43 | +#define kFIRCDUsingOptionsFromDefaultPlistKey @"FIRCDUsingOptionsFromDefaultPlistKey" |
46 | 44 |
|
47 | 45 | /** If present, is an NSString. */
|
48 |
| -static NSString *const kFIRCDLibraryVersionIDKey = @"FIRCDLibraryVersionIDKey"; |
| 46 | +#define kFIRCDLibraryVersionIDKey @"FIRCDLibraryVersionIDKey" |
49 | 47 |
|
50 | 48 | /** If present, is an NSString. */
|
51 |
| -static NSString *const kFIRCDFirebaseUserAgentKey = @"FIRCDFirebaseUserAgentKey"; |
| 49 | +#define kFIRCDFirebaseUserAgentKey @"FIRCDFirebaseUserAgentKey" |
52 | 50 |
|
53 | 51 | /** Defines the interface of a data object needed to log diagnostics data. */
|
54 | 52 | @protocol FIRCoreDiagnosticsData <NSObject>
|
|
0 commit comments