Hi Everyone,
I'm using the updated notification builder and the initialize statement is crashing my app. Does anyone know what I'm missing?
Thanks.
Code in the Process_Globals sub routine:
Code in a sub routine to initialize objects:
I'm using the updated notification builder and the initialize statement is crashing my app. Does anyone know what I'm missing?
Thanks.
Code in the Process_Globals sub routine:
B4X:
Private nBNotify As NotificationBuilder
Private channel As NotificationChannelBuilder
Code in a sub routine to initialize objects:
B4X:
If channel.ChannelsSupported Then
channel.Initialize("Channel_1", "My App Name", channel.IMPORTANCE_DEFAULT)
channel.Build
End If
nBNotify.Initialize("Channel_1")