callApiMethod

fun callApiMethod(method: ApiMethod, args: Map<String, Any?>?)

Call API method

  • method: the method enumerated by ApiMethod (see: bbnativeshared)

  • args: the arguments, if any

Parameters

method

the method enumerated by ApiMethod (see: bbnativeshared)

args

the arguments, if any