Class FIAMPopupUI
MonoBehaviour that renders Firebase In-App Messaging popups.
Must be in its own file named FIAMPopupUI.cs so Unity can discover it via Add Component.
Instantiated at runtime from the Resources/FIAMPopupUI.prefab by FirebaseInAppMessagingModule.
public class FIAMPopupUI : MonoBehaviour
- Inheritance
-
FIAMPopupUI
Fields
Methods
- Dismiss()
Immediately hides all popup panels and stops any active coroutines.
- Show(FIAMModalMessage, IFIAMPopupHandler)
Shows a text-based modal popup with title, body, and button configuration from
data.
- ShowImagePopup(FIAMImageMessage, IFIAMPopupHandler)
Shows an image-based popup, fetching the image from local disk or a URL.