We have successfully implemented handling for push notifications using the APIs offered by UA Android SDK. Key components of the implementation include the NotificationProvider & NotificationListener which simplify the process greatly.
Problem
One of the actions (implemented using ActionsNotificationExtender) needs to perform a network call & post a notification - this notification is not based on push and falls outside the usual push notification flow. Is there a way to make this notification go through the SDK flow - have the NotificationProvider create the notification content & get NotificationListener to receive callbacks?
Comments
2 comments