ContentLauncherTrait.ContentSearchStruct

class ContentLauncherTrait.ContentSearchStruct : ClusterStruct


Inputs to a search for content for display or playback.

Summary

Public constructors

Creates the ContentSearchStruct class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

List<ContentLauncherTrait.ParameterStruct>

A list of parameters comprising the search.

Public constructors

ContentSearchStruct

ContentSearchStruct(
    parameterList: List<ContentLauncherTrait.ParameterStruct> = emptyList()
)

Creates the ContentSearchStruct class.

Public functions

getDescriptor

open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

parameterList

val parameterListList<ContentLauncherTrait.ParameterStruct>

A list of parameters comprising the search.