enableMeiZuPush method

void enableMeiZuPush(
  1. String appId,
  2. String appKey
)

开启魅族推送. Param appId 魅族 App ID. Param appKey 魅族 App Key.

Implementation

void enableMeiZuPush(String appId, String appKey) {
  _pushConfig.mzAppId = appId;
  _pushConfig.mzAppKey = appKey;
}