ctm.setOptions

The method of JS Bridge functionality is intended to apply additional logic with specified parameters. The method can only be used in custom CT Mobile apps.

Query Format

ctm.setOptions({
        "param1": "value1",
        "param2": "value2"
})
``