OnStateChangeListener

Interface for listening to state changes in the AppPicker.

This interface provides callbacks for when the selection state of all apps changes or when the selection state of an individual app changes.

Functions

Link copied to clipboard
abstract fun onStateAllChanged(isAllSelected: Boolean)

Called when the selection state of all apps changes.

Link copied to clipboard
abstract fun onStateChanged(appInfo: AppInfo, isSelected: Boolean)

Called when the selection state of an individual application changes.