Skip to content

Commit 5ecb670

Browse files
authored
Fix comment for initializer for FIRInAppMessagingAction after deprecation (#3765)
1 parent d058af9 commit 5ecb670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/InAppMessaging/Public/FIRInAppMessagingRendering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ NS_SWIFT_NAME(InAppMessagingAction)
135135
/// Unavailable.
136136
- (instancetype)init NS_UNAVAILABLE;
137137

138-
/// Deprecated, this class shouldn't be directly instantiated.
138+
/// This class should only be initialized from a custom in-app message UI component implementation.
139139
- (instancetype)initWithActionText:(nullable NSString *)actionText actionURL:(NSURL *)actionURL;
140140

141141
@end

0 commit comments

Comments
 (0)