Hey,
Setting scheduleNotification on 2022.3683 (2022.11.5):
local notifications = require( "plugin.notifications.v2" ) local options = { alert = "Wake up!", badge = 2, sound = "data/sound/event.mp3", custom = { foo = "bar" } } local notification1 = notifications.scheduleNotification( 5, options )
…I’ve got some strange error running app on actual Android device (Galaxy m12, Android 12 ):
Lua::RuntimeDispatchEvent()] WARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead.
@vlads @Scott_Harrison , can you please look.