[WIP] firebase init Error
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cadc17e7df03b45558f884b672a931a0
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TDKFirebase.h
|
||||
// TDKFirebase
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for TDKFirebase.
|
||||
FOUNDATION_EXPORT double TDKFirebaseVersionNumber;
|
||||
|
||||
//! Project version string for TDKFirebase.
|
||||
FOUNDATION_EXPORT const unsigned char TDKFirebaseVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like
|
||||
#import <TDKFirebase/TDKFirebaseApi.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c7266889a67cc48d3994577d218ae6d9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,35 @@
|
||||
//
|
||||
// TDKFirebaseApi.h
|
||||
// TDKFirebase
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <TYSDKCoreKit/TYBaseResp.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDKFirebaseApi : NSObject
|
||||
|
||||
+ (void)registerFirebase;
|
||||
|
||||
/// 设置默认参数
|
||||
/// 如需清除默认参数,请调用 setDefaultEventParameters 方法,并将参数设置为 nil。
|
||||
+ (void)setDefaultEventParameters:(nullable NSDictionary<NSString *, id> *)parameters;
|
||||
|
||||
/// 上报事件
|
||||
+ (void)logEventWithEventName:(nonnull NSString *)eventName parameters:(nullable NSDictionary<NSString *, id> *)parameters;
|
||||
|
||||
/// 设置用户属性
|
||||
+ (void)setUserPropertyString:(nullable NSString *)value forName:(NSString *)name;
|
||||
|
||||
/// 设置userId
|
||||
+ (void)setUserId:(NSString *)userId;
|
||||
|
||||
// 获取需要在XYSDK中使用的参数
|
||||
+ (void)fetchAttributionParametersWithCompletion:(TYBaseRespBlock)completion;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d90996a41a1b241968fbb470d6a2d86c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3aed00896272e47c5933dce2fe033c75
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 18925e4e5d0024bd299388322e9cb666
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user