OnCircleClickListener

fun interface OnCircleClickListener

Interface for notifying about the Circle being clicked.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onCircleClicked(circle: Circle)

Called when a given Circle has been clicked.