getContent

fun getContent(selector: String?, context: List<String>, blueConicClient: BlueConicClient): List<String>

Returns the content of a selector.

Return

Returns the content for the selector as an array of content pieces.

Parameters

selector

the selector for which to retrieve content.

context

The context.

blueConicClient

The BlueConic client.