ui / com.schibsted.account.ui.ui.dialog / InformationDialogFragment

InformationDialogFragment

open class InformationDialogFragment : DialogFragment

Defines an information pop up containing an image a title, a description and an additional action this class could be use for any kind of information as error or basic feedback

Types

DismissListener

interface DismissListener

Constructors

<init>

InformationDialogFragment()

Defines an information pop up containing an image a title, a description and an additional action this class could be use for any kind of information as error or basic feedback

Functions

newInstance

open static fun newInstance(title: String!, message: String!, drawable: Int, actionLabel: String?): InformationDialogFragment!

constructor

onCreate

open fun onCreate(savedInstanceState: Bundle?): Unit

onCreateView

open fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

onDismiss

open fun onDismiss(dialog: DialogInterface): Unit

setActionListener

open fun setActionListener(onClickListener: OnClickListener!): Unit

set the action actionListener tied to the actionView

setOnDismissListener

open fun setOnDismissListener(dismissListener: InformationDialogFragment.DismissListener!): Unit