引导 push 弹窗

API 兼容性:
QRN:v5.6.4

引入

import { QPushAlertManager } from "qunar-react-native";

API

pushGuideView

调用 QPushAlertManager.pushGuideView({imgUrl, type,businessType,origin,success,fail})push 弹窗

imgUrl(string): 弹窗图片背景

type(number): 0 中间弹窗,1 底部弹窗

businessType(string): 调用 api 所在的业务线

origin(string):调用 api 所在的场景

success 为成功回调,fail 为失败回调

QPushAlertManager.pushGuideView({imgUrl, type, businessType, origin, success, fail})