advertiserAssistantDidDismissInvitation(_:)
Indicates that the advertiser assistant finished showing the invitation to the user.
Declaration
optional func advertiserAssistantDidDismissInvitation(_ advertiserAssistant: MCAdvertiserAssistant)Parameters
- advertiserAssistant:
The advertiser assistant that finished showing an invitation.
Discussion
This call tells your app to resume any activity that it stopped doing while the invitation was onscreen. For example, it might resume computationally intensive UI updates for views that are no longer hidden by the invitation.