RadioGroupDialog

class RadioGroupDialog(val activity: Activity, val items: ArrayList<RadioItem>, checkedItemId: Int = -1, titleId: Int = 0, showOKButton: Boolean = false, cancelCallback: () -> Unit? = null, val callback: (newValue: Any) -> Unit)

Constructors

Link copied to clipboard
constructor(activity: Activity, items: ArrayList<RadioItem>, checkedItemId: Int = -1, titleId: Int = 0, showOKButton: Boolean = false, cancelCallback: () -> Unit? = null, callback: (newValue: Any) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val callback: (newValue: Any) -> Unit
Link copied to clipboard