Many applications provide logout functionality. For privacy reasons, Insert users may wish to dismiss any visible inserts once a user logs out of the app. In order to accommodate this need, the Insert SDK provides an API to dismiss all visible inserts. The API details are below:
Language |
Signature |
Android |
Insert.dismissVisibleInserts();
|
Objective-C |
[[InsertManager sharedManager] dismissVisibleInserts] |
Swift |
InsertManager.sharedManager().dismissVisibleInserts() |
Comments
0 comments
Please sign in to leave a comment.