Reown Appkit Unity - How to add event handle when close modal? #3393
Replies: 2 comments 1 reply
-
cc @skibitsky |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @datphamhaui, You can subscribe to the AppKit.ModalController.OpenStateChanged += (_, e) =>
{
Debug.Log($"[AppKit] Modal open state changed: {e.IsOpen}");
}; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to handle some functions when closing the modal but I haven't found a way to do it yet
Beta Was this translation helpful? Give feedback.
All reactions