Show Popups

Show customizable popups on the client's screen


Imports

To get started add the import

import dev.xdpxi.xdlib.api.v3.render.Popup;

Show Popups

To show a popup on the users end you can run

Popup.show("title", "description");

Last updated