onShow(action: ()=>void): KEventController

Register an event that runs when tab is shown.

paramaction- The function that is run when the tab is shown.

// user has returned to this tab
onShow(() => {
    burp();
});

returnsThe event controller.

sincev3001.0

kaplay logo

Misc

Layer