Android Studio Sign in

Toggle.OnCheckedChangeListener


public interface Toggle.OnCheckedChangeListener


A listener for handling checked state change events.

Summary

Public methods

abstract void
onCheckedChange(boolean isChecked)

Notifies that the checked state has changed.

Public methods

onCheckedChange

Added in 1.0.0
abstract void onCheckedChange(boolean isChecked)

Notifies that the checked state has changed.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.