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!

Protected methods
open Unit

open Unit

Inherited functions
Inherited properties

Public constructors

DigitalClock

Added in API level 1
DigitalClock(context: Context!)

DigitalClock

Added in API level 1
DigitalClock(
    context: Context!,
    attrs: AttributeSet!)

Public methods

getAccessibilityClassName

Added in API level 23
Deprecated in API level 17
open fun getAccessibilityClassName(): CharSequence!

Deprecated: Deprecated in Java.

Protected methods

onAttachedToWindow

Added in API level 1
protected open fun onAttachedToWindow(): Unit

Deprecated: Deprecated in Java.

onDetachedFromWindow

Added in API level 1
protected open fun onDetachedFromWindow(): Unit

Deprecated: Deprecated in Java.