You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -214,12 +214,8 @@ public void clearDisplayListener() {
214
214
this.fiamDisplay = null;
215
215
}
216
216
217
-
/*
218
-
* Adds/Removes the event listeners. These listeners are triggered after FIAM's internal metrics reporting, but regardless of success/failure of the FIAM-internal callbacks.
219
-
*/
220
-
221
217
/**
222
-
* Registers an impression listener with FIAM, which will be notified on every FIAM impression
218
+
* Registers an impression listener with FIAM, which will be notified on every FIAM impression.
223
219
*
224
220
* @param impressionListener
225
221
*/
@@ -229,7 +225,7 @@ public void addImpressionListener(
229
225
}
230
226
231
227
/**
232
-
* Registers a click listener with FIAM, which will be notified on every FIAM click
228
+
* Registers a click listener with FIAM, which will be notified on every FIAM click.
233
229
*
234
230
* @param clickListener
235
231
*/
@@ -238,7 +234,7 @@ public void addClickListener(@NonNull FirebaseInAppMessagingClickListener clickL
238
234
}
239
235
240
236
/**
241
-
* Registers a dismiss listener with FIAM, which will be notified on every FIAM dismiss
237
+
* Registers a dismiss listener with FIAM, which will be notified on every FIAM dismiss.
242
238
*
243
239
* @param dismissListener
244
240
*/
@@ -248,7 +244,7 @@ public void addDismissListener(@NonNull FirebaseInAppMessagingDismissListener di
248
244
249
245
/**
250
246
* Registers a display error listener with FIAM, which will be notified on every FIAM display
251
-
* error
247
+
* error.
252
248
*
253
249
* @param displayErrorListener
254
250
*/
@@ -257,11 +253,9 @@ public void addDisplayErrorListener(
0 commit comments