File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- # 2020-07-06 -- v0.22.0
1
+ # 2020-07 -- v0.22.0
2
2
- [ changed] Functionally neutral updated import references for dependencies. (#5902 )
3
3
- [ changed] Updated In-App Messaging to consume the Protobuf-less AB Testing SDK (#5890 ).
4
+ - [ fixed] Fixed an inaccurate doc comment in ` InAppMessagingDisplay ` (#5972 ).
4
5
5
6
# 2020-06-02 -- v0.20.2
6
7
- [ fixed] Fixed log message for in-app messaging test on device flow (#5680 ).
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ NS_SWIFT_NAME(InAppMessagingDisplay)
466
466
@protocol FIRInAppMessagingDisplay
467
467
468
468
/* *
469
- * Method for rendering a specified message on client side. It's called from main thread.
469
+ * Method for rendering a specified message on client side. Invoked on a background thread.
470
470
* @param messageForDisplay the message object. It would be of one of the three message
471
471
* types at runtime.
472
472
* @param displayDelegate the callback object used to trigger notifications about certain
You can’t perform that action at this time.
0 commit comments