enableMeiZuPush method Null safety
- String appId,
- String appKey
开启魅族推送, appId
是推送用AppId, appKey
是推送用AppKey。申请流程请访问
http://docs-im.easemob.com/im/android/push/thirdpartypush
Implementation
void enableMeiZuPush(String appId, String appKey) {
_enableMeiZuPush = true;
_mzAppId = appId;
_mzAppKey = appKey;
}