Added in API level 1
Deprecated in API level 17

DigitalClock


open class DigitalClock : TextView
kotlin.Any
   ↳ android.view.View
   ↳ android.widget.TextView
   ↳ android.widget.DigitalClock

Like AnalogClock, but digital.

Summary

Inherited XML attributes
Inherited constants
Public constructors
DigitalClock(context: Context!)

DigitalClock(context: Context!, attrs: AttributeSet!)

Public methods
open CharSequence!

Return the class name of this object to be used for accessibility purposes.

Protected methods
open Unit

This is called when the view is attached to a window.

open Unit

This is called when the view is detached from a window.

Inherited functions