react-native-firework-sdk
    Preparing search index...

    Interface ShoppingCTAResult

    interface ShoppingCTAResult {
        res: "success" | "fail";
        tips?: string;
    }
    Index

    Properties

    Properties

    res: "success" | "fail"

    The result of shopping CTA button.

    tips?: string

    We will show a toast to display the tips. If the property is undefined or empty string, we don't show a toast.