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
interface DismissListener |
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 |
open static fun newInstance(title: String!, message: String!, drawable: Int, actionLabel: String?): InformationDialogFragment!
constructor |
|
open fun onCreate(savedInstanceState: Bundle?): Unit |
|
open fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
|
open fun onDismiss(dialog: DialogInterface): Unit |
|
open fun setActionListener(onClickListener: OnClickListener!): Unit
set the action actionListener tied to the actionView |
|
open fun setOnDismissListener(dismissListener: InformationDialogFragment.DismissListener!): Unit |