Config
data class Config(@StringRes var textId: Int = R.string.kim_ui_todo_allready_add_to_list, @StringRes var opTextId: Int = R.string.kim_ui_op_view_detail, @ColorRes var textColorId: Int = R.color.kim_ui_white, @ColorRes var opTextColorId: Int = R.color.kim_ui_blue6, var toastDurationMs: Long = 3000, var onOpClickListener: () -> Unit?? = null)
Constructors
Link copied to clipboard
constructor(@StringRes textId: Int = R.string.kim_ui_todo_allready_add_to_list, @StringRes opTextId: Int = R.string.kim_ui_op_view_detail, @ColorRes textColorId: Int = R.color.kim_ui_white, @ColorRes opTextColorId: Int = R.color.kim_ui_blue6, toastDurationMs: Long = 3000, onOpClickListener: () -> Unit?? = null)