Info

class Info

A info section that is displayed above all options.

Constructors

Link copied to clipboard
fun Info(    @StringRes contentRes: Int? = null,     drawable: Drawable? = null,     @ColorInt drawableColor: Int? = null)
Link copied to clipboard
fun Info(    @StringRes contentRes: Int? = null,     @DrawableRes drawableRes: Int? = null,     @ColorInt drawableColor: Int? = null)
Link copied to clipboard
fun Info(@StringRes contentRes: Int? = null)
Link copied to clipboard
fun Info(content: CharSequence? = null)
Link copied to clipboard
fun Info(    content: CharSequence? = null,     @DrawableRes drawableRes: Int? = null,     @ColorRes drawableColorRes: Int? = null)
Link copied to clipboard
fun Info(    content: CharSequence? = null,     drawable: Drawable? = null,     @ColorRes drawableColorRes: Int? = null)
Link copied to clipboard
fun Info(    content: CharSequence? = null,     @StringRes contentRes: Int? = null,     drawable: Drawable? = null,     @DrawableRes drawableRes: Int? = null,     @ColorInt drawableColor: Int? = null,     @ColorRes drawableColorRes: Int? = null)