getAppState

API -

return function()
    local app = getApp();
    local state = app.getAppState();
    
    log('the current appState is: ' .. state);
end

Last updated