getOption

fun getOption(optionName: String): String?

Get option from AATKit. Options can be obtained from the server or set using the setOption method.

Return

Value of the option or null if it is not set.

Parameters

optionName

The name of the option to be checked.