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 9ee17d5 commit 3af37dbCopy full SHA for 3af37db
android/src/main/java/com/onesignal/flutter/OneSignalPlugin.java
@@ -59,11 +59,6 @@ public class OneSignalPlugin
59
private boolean hasSetRequiresPrivacyConsent = false;
60
private boolean waitingForUserPrivacyConsent = false;
61
62
- private OSInAppMessage inAppMessage;
63
- private boolean hasSetOnWillDisplayInAppMessageHandler = false;
64
- private boolean hasSetOnDidDisplayInAppMessageHandler = false;
65
- private boolean hasSetOnWillDismissInAppMessageHandler = false;
66
- private boolean hasSetOnDidDismissInAppMessageHandler = false;
67
68
private final HashMap<String, OSNotificationReceivedEvent> notificationReceivedEventCache = new HashMap<>();
69
0 commit comments