FirebaseInAppMessagingDisplay

@Keep
interface FirebaseInAppMessagingDisplay


The interface that a FIAM display class must implement. Note that the developer is responsible for calling the logging-related methods on FirebaseInAppMessaging to track user-related metrics.

Summary

Public functions

Unit
@Keep
displayMessage(
    inAppMessage: InAppMessage,
    callbacks: FirebaseInAppMessagingDisplayCallbacks
)

Public functions

displayMessage

@Keep
fun displayMessage(
    inAppMessage: InAppMessage,
    callbacks: FirebaseInAppMessagingDisplayCallbacks
): Unit