CircularProgressLayout.OnTimerFinishedListener

Added in 1.1.0

interface CircularProgressLayout.OnTimerFinishedListener


Interface to implement for listening to onTimerFinished event.

Summary

Public functions

Unit

Called when the timer started by startTimer method finishes.

Public functions

onTimerFinished

Added in 1.1.0
fun onTimerFinished(layout: CircularProgressLayout!): Unit

Called when the timer started by startTimer method finishes.

Parameters
layout: CircularProgressLayout!

CircularProgressLayout that calls this method.