notifications timeDispatchEvent error

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.

It’s not an error. It’s a warning. Can be safely ignored.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.