Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nc/custom signal #13976

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Nc/custom signal #13976

wants to merge 11 commits into from

Conversation

tusharkhandelwal8
Copy link

@tusharkhandelwal8 tusharkhandelwal8 commented Oct 27, 2024

feat(rc): Add method to set custom signals for Remote Config Custom targeting

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

Copy link
Contributor

github-actions bot commented Oct 27, 2024

Apple API Diff Report

Commit: e881ac1
Last updated: Thu Nov 14 20:46 PST 2024
View workflow logs & download artifacts


FirebaseRemoteConfig

Constants

[ADDED] FIRRemoteConfigCustomSignalsErrorDomain
[ADDED] FIRRemoteConfigCustomSignalsErrorDomain
Swift:
+  let RemoteConfigCustomSignalsErrorDomain : String
Objective-C:
+  extern NS_SWIFT_NAME ( RemoteConfigCustomSignalsErrorDomain ) NSString * const FIRRemoteConfigCustomSignalsErrorDomain

Enumerations

[ADDED] FIRRemoteConfigCustomSignalsError
[ADDED] FIRRemoteConfigCustomSignalsError
Swift:
+  typealias RemoteConfigCustomSignalsError . Code . _ErrorType = RemoteConfigCustomSignalsError
+    case unknown = 8001
+    case invalidValueType = 8002
+    case limitExceeded = 8003
Objective-C:
+  enum FIRRemoteConfigCustomSignalsError : NSInteger {}
+    FIRRemoteConfigCustomSignalsErrorUnknown = 8001
+    FIRRemoteConfigCustomSignalsErrorInvalidValueType = 8002
+    FIRRemoteConfigCustomSignalsErrorLimitExceeded = 8003

Classes

FIRRemoteConfig
[ADDED] -setCustomSignals:WithCompletion:
Objective-C:
+  - ( void ) setCustomSignals :( nullable NSDictionary < NSString * , NSObject *> * ) customSignals WithCompletion :( void ( ^ _Nullable )( NSError * _Nullable error )) completionHandler NS_REFINED_FOR_SWIFT ;

@tusharkhandelwal8 tusharkhandelwal8 marked this pull request as ready for review November 7, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants