getInstance static method

ZPNs getInstance()

Available since: 2.1.0 or later.

Description: Get the ZPNs instance.

Use cases: This method is used to obtain ZPNs singletons when ZPNs is used.

Implementation

static ZPNs getInstance() {
  return ZPNsManager.getInstance();
}