Content

data class Content(val sections: List<BpkSection>, val shortcuts: List<BpkShortcut>? = null) : BpkAppSearchModalResult

Constructors

Link copied to clipboard
constructor(sections: List<BpkSection>, shortcuts: List<BpkShortcut>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val shortcuts: List<BpkShortcut>? = null