OneSignal-iOS-SDK icon indicating copy to clipboard operation
OneSignal-iOS-SDK copied to clipboard

[question]: Why `setInAppMessageClickHandler` is not override the default action?

Open duong-xendit opened this issue 3 years ago • 1 comments

How can we help?

Recently I integrated my app using OneSignal SDK, the app uses In-app messaging. The problem is I want to handle the actions for in-app messaging myself. There is a method from SDK, indicated here, but I did see the SDK still handle the default action which navigate to browser

Should setInAppMessageClickHandler override the default handling from SDK?

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

duong-xendit avatar Nov 03 '22 05:11 duong-xendit

@duong-xendit If all IAM actions should be done by the app you can change the action of the IAM on the dashboard to custom action id

emawby avatar Nov 08 '22 22:11 emawby