setPushConfig static method

dynamic setPushConfig(
  1. ZPNsConfig config
)

Android only Available since: 2.1.0 or later.

Description: Set push Settings for each vendor.

Use cases: Developers need to use this method to set up configurations pushed by vendors.

Default value: Called when vendor push needs to be set. conifg Add the required configuration items pushed by each vendor and a Boolean value for whether to enable them.

Implementation

static setPushConfig(ZPNsConfig config) {
  return ZPNsManager.setPushConfig(config);
}