getInstance static method

ZIM? getInstance()

Get the SDK's instance

When you need to call getInstance to get ZIM instance, Please call create first. Otherwise, this API will return null.

Implementation

static ZIM? getInstance() {
  return ZIMManager.getInstance();
}