Skip to content

Commit

Permalink
[rc] Mark ConfigUpdateListenerRegistration Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Dec 11, 2024
1 parent 44ab3a9 commit 3395744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FirebaseRemoteConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [fixed] Mark ConfigUpdateListenerRegistration Sendable. (#14215)

# 11.5.0
- [fixed] Mark two internal properties as `atomic` to prevent concurrency
related crash. (#13898)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ extern NSString *const _Nonnull FIRRemoteConfigThrottledEndTimeInSecondsKey NS_S
* RC backend is closed. Subsequently calling `addOnConfigUpdateListener` will re-open the
* connection.
*/
NS_SWIFT_SENDABLE
NS_SWIFT_NAME(ConfigUpdateListenerRegistration)
@interface FIRConfigUpdateListenerRegistration : NSObject
/**
Expand Down

0 comments on commit 3395744

Please sign in to comment.