docs.unity.cn
    Show / Hide Table of Contents

    Interface IPurchasingModule

    Configures Unity Purchasing for one or more stores.

    Store implementations must provide an implementation of this interface.

    Namespace: UnityEngine.Purchasing.Extension
    Syntax
    public interface IPurchasingModule

    Methods

    Configure(IPurchasingBinder)

    Configures the purchasing module.

    Declaration
    void Configure(IPurchasingBinder binder)
    Parameters
    Type Name Description
    IPurchasingBinder binder

    The object binding the purchasing with store implementations

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use