ColorPickerDetailView

Interface implemented by the different color picker detail views.

Inheritors

Functions

Link copied to clipboard
abstract fun getMaximumHeight(): Int
Called to get the maximum height the detail view will be.
Link copied to clipboard
Called when it's time to save the view state.
Link copied to clipboard
Called to set the listener to notify once the user selected a color.
Link copied to clipboard
open fun setState(@NonNull state: Parcelable)
Called to restore the state that was saved before by calling getState.