AbstractPropertyInspectorController

Functions

Link copied to clipboard
open fun hideInspector(animate: Boolean)
Hides inspector if it is shown.
Link copied to clipboard
Returns true when inspector is shown.
Link copied to clipboard
Called when PropertyInspector is displayed in the .
Link copied to clipboard
Called when PropertyInspector is prepared to be displayed in the .
Link copied to clipboard
Called when PropertyInspector is removed from the .
Link copied to clipboard
open fun onRestoreInstanceState(@NonNull savedState: Bundle)
Restore property inspector state.
Link copied to clipboard
open fun onSaveInstanceState(@NonNull outState: Bundle)
Save property inspector state.
Link copied to clipboard
open fun showInspector(animate: Boolean)
Shows inspector if it was not shown yet.