init static method

void init(
  1. String appId
)

Implementation

static void init(String appId) {
  _mAppId = appId;
  removeAllSessionData();
}