Skip to content

Commit

Permalink
Fix FirebaseInAppMessaging private flows method names (#13801)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 4, 2024
1 parent 4bee220 commit 2d5c890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ API_AVAILABLE(ios(13.0), tvos(13.0))
- (nullable FIRIAMMessageDefinition *)nextOnFirebaseAnalyticEventDisplayMsg:(NSString *)eventName;

// Call this after a message has been rendered to remove it from the cache.
- (void)removeMessageWithId:(NSString *)messgeId;
- (void)removeMessageWithId:(NSString *)messageId;

// reset messages data
- (void)setMessageData:(NSArray<FIRIAMMessageDefinition *> *)messages;
Expand Down

0 comments on commit 2d5c890

Please sign in to comment.