enableHonorPush method

void enableHonorPush()

~english Enable Honor Push on vivo devices. ~end

~chinese 开启 荣耀 推送。 ~end

Implementation

void enableHonorPush() {
  _pushConfig.enableHonorPush = true;
}