FireDialog

interface FireDialog

Common interface for Fire dialog variants (Legacy and Granular).

To receive lifecycle events from the dialog, use FragmentManager.setFragmentResultListener with REQUEST_KEY and check RESULT_KEY_EVENT for the event type.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun show(fragmentManager: FragmentManager, tag: String? = "fire_dialog")

Shows the Fire dialog.