API -
return function() local app = getApp(); local state = app.getAppState(); log('the current appState is: ' .. state); end
Last updated 2 years ago