Search Results for

    Method LaunchCheckoutFlow

    LaunchCheckoutFlow(string, float)

    Launch checkout flow

    Declaration
    public static YVRRequest<IAPPurchaseInfo> LaunchCheckoutFlow(string sku, float price)
    Parameters
    Type Name Description
    string sku

    Unique ID of product

    float price

    Amount of payment

    Returns
    Type Description
    YVRRequest<IAPPurchaseInfo>
    In This Article