showDetailView

open fun showDetailView(@NonNull view: View, @Nullable title: String, animate: Boolean)

Replaces inspector contents with specific view. Only single detail view can be visible at a time.

Parameters

view

View to show.

title

Optional inspector title that will be displayed when detail view is visible.

animate

True to animate transition, false to change immediately.