OnMonthSelectedListener

fun interface OnMonthSelectedListener

Interface definition for a callback to be invoked when user has selected month.

Functions

onMonthSelected
Link copied to clipboard
abstract fun onMonthSelected(month: Int)

Called when user has selected month.