NotificationFactory
Abstract class that is used to customize push notification appearance. All NotificationFactory ancestors must be public and must contain public constructor without parameters. Application will crash on startup if this requirement is not met. Custom NotificationFactory should be registered in AndroidManifest.xml metadata as follows:
<meta-data
android:name="com.pushwoosh.notification_factory"
android:value="com.your.package.YourNotificationFactory" />
Content copied to clipboard