ProtocolAdTracking Class

Extends PluginProtocol

Module: anysdk

ad tracking protocol

Index

Methods
  • onPay Call this method if you want to track register events as happening during a section.
  • onLogin Call this method if you want to track register events as happening during a section.
  • onRegister Call this method if you want to track register events as happening during a section.
  • trackEvent Call this method if you want to track custom events with parameters as happening during a section.
  • onCreateRole Call this method with parameters if you want to create role as happening during a section.
  • onLevelUp Call this method if you want to track levelup events with parameters as happening during a section.
  • onStartToPay Invoke this method with parameters if you want to start to pay as happening during a section.
  • isFunctionSupported Check whether the function is supported
  • getPluginName get plugin name
  • getPluginVersion get plugin version
  • getSDKVersion get SDK version
  • callFuncWithParam void methods for reflections with parameter
  • callStringFuncWithParam String methods for reflections with parameter
  • callIntFuncWithParam int methods for reflections with parameter
  • callBoolFuncWithParam boolean methods for reflections with parameter
  • callFloatFuncWithParam float methods for reflections with parameter

Details

Methods

onPay

Call this method if you want to track register events as happening during a section.

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1661
Parameters
  • productInfo Object Type: map
onLogin

Call this method if you want to track register events as happening during a section.

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1672
Parameters
onRegister

Call this method if you want to track register events as happening during a section.

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1683
Parameters
trackEvent

Call this method if you want to track custom events with parameters as happening during a section.

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1694
Parameters
onCreateRole

Call this method with parameters if you want to create role as happening during a section.

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1706
Parameters
onLevelUp

Call this method if you want to track levelup events with parameters as happening during a section. Before to invoke, you need to verdict whether this properties existed

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1717
Parameters
onStartToPay

Invoke this method with parameters if you want to start to pay as happening during a section. Before to invoke, you need to verdict whether this properties existed

meta description
Defined in extensions/anysdk/jsb_anysdk.js:1729
Parameters
isFunctionSupported

Check whether the function is supported

meta description
Returns boolean
Defined in extensions/anysdk/jsb_anysdk.js:328
Parameters
getPluginName

get plugin name

meta description
Returns String
Defined in extensions/anysdk/jsb_anysdk.js:342
getPluginVersion

get plugin version

meta description
Returns String
Defined in extensions/anysdk/jsb_anysdk.js:354
getSDKVersion

get SDK version

meta description
Returns String
Defined in extensions/anysdk/jsb_anysdk.js:366
callFuncWithParam

void methods for reflections with parameter

meta description
Defined in extensions/anysdk/jsb_anysdk.js:378
Parameters
  • funName String
  • args Object | anysdk.PluginParam optional arguments
callStringFuncWithParam

String methods for reflections with parameter

meta description
Returns String
Defined in extensions/anysdk/jsb_anysdk.js:391
Parameters
  • funName String
  • args Object | anysdk.PluginParam optional arguments
callIntFuncWithParam

int methods for reflections with parameter

meta description
Returns Number
Defined in extensions/anysdk/jsb_anysdk.js:406
Parameters
  • funName String
  • args Object | anysdk.PluginParam optional arguments
callBoolFuncWithParam

boolean methods for reflections with parameter

meta description
Returns boolean
Defined in extensions/anysdk/jsb_anysdk.js:421
Parameters
  • funName String
  • args Object | anysdk.PluginParam optional arguments
callFloatFuncWithParam

float methods for reflections with parameter

meta description
Returns Number
Defined in extensions/anysdk/jsb_anysdk.js:436
Parameters
  • funName String
  • args Object | anysdk.PluginParam optional arguments

results matching ""

    No results matching ""