Question:
Does Pushwoosh build the Android Notification object internally, or is there a way I can supply a strategy to create it?
Answer:
Pushwoosh builds the Notification object via the NotificationFactory class, and yes, it is customizable. You subclass it and register your implementation in AndroidManifest.xml under the com.pushwoosh.notification_factory meta-data key.
API reference:
Step-by-step guide and code samples:
Comments
0 comments
Please sign in to leave a comment.