-
|
Hello All Also i see onDisappearHandler function with some 2 arguments, but it is undocumented. What is the good way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi there! Look into the You can use an if statement inside the callback to check whether the |
Beta Was this translation helpful? Give feedback.

Hi there! Look into the
onDisappearHandlercallback for your use case. It is actually documented:You can use an if statement inside the callback to check whether the
authorizationStatusof each of the[JMResult]is authorized. See definition ofJMResulthere.