FirebaseInAppMessagingDisplay

@Keep
public 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 methods

abstract void

Public methods

displayMessage

@Keep
abstract void displayMessage(
    @NonNull InAppMessage inAppMessage,
    @NonNull FirebaseInAppMessagingDisplayCallbacks callbacks
)