We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96058ed commit 515600fCopy full SHA for 515600f
OneSignalSDK/onesignal/consumer-proguard-rules.pro
@@ -65,6 +65,13 @@
65
66
-keep public class com.onesignal.ADMMessageHandlerJob {*;}
67
68
+# OSRemoteNotificationReceivedHandler is an interface designed to be extend then referenced in the
69
+# app's AndroidManifest.xml as a meta-data tag.
70
+# This doesn't count as a hard reference so this entry is required.
71
+-keep class ** implements com.onesignal.OneSignal$OSRemoteNotificationReceivedHandler {
72
+ void remoteNotificationReceived(android.content.Context, com.onesignal.OSNotificationReceivedEvent);
73
+}
74
+
75
-keep class com.onesignal.JobIntentService$* {*;}
76
77
-keep class com.onesignal.OneSignalUnityProxy {*;}
0 commit comments