You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to incorporate it into my project, but it didn't work
View view = new View(id, text);
view.addAction(CLOSE_ACTION);
view.addAction(PIN_ACTION);
There is no display button
Thanks