public interface SAEventListener
限定符和类型 | 方法和说明 |
---|---|
void |
identify()
identify 接口回调
|
void |
login()
登录回调接口
|
void |
logout()
登出回调接口
|
void |
resetAnonymousId()
resetAnonymousId 接口回调
|
void |
trackEvent(org.json.JSONObject jsonObject)
事件回调接口
|