File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
android/src/main/java/com/onesignal/flutter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,11 +171,11 @@ else if (call.method.contentEquals("OneSignal#initInAppMessageClickedHandlerPara
171
171
else if (call .method .contentEquals ("OneSignal#onWillDisplayInAppMessageHandlerParams" ))
172
172
this .OnWillDisplayInAppMessageHandlerParams ();
173
173
else if (call .method .contentEquals ("OneSignal#onDidDisplayInAppMessageHandlerParams" ))
174
- this .OnWillDisplayInAppMessageHandlerParams ();
174
+ this .OnDidDisplayInAppMessageHandlerParams ();
175
175
else if (call .method .contentEquals ("OneSignal#onWillDismissInAppMessageHandlerParams" ))
176
- this .OnWillDisplayInAppMessageHandlerParams ();
176
+ this .OnWillDismissInAppMessageHandlerParams ();
177
177
else if (call .method .contentEquals ("OneSignal#onDidDismissInAppMessageHandlerParams" ))
178
- this .OnWillDisplayInAppMessageHandlerParams ();
178
+ this .OnDidDismissInAppMessageHandlerParams ();
179
179
else if (call .method .contentEquals ("OneSignal#initNotificationWillShowInForegroundHandlerParams" ))
180
180
this .initNotificationWillShowInForegroundHandlerParams ();
181
181
else if (call .method .contentEquals ("OneSignal#completeNotification" ))
You can’t perform that action at this time.
0 commit comments