docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddButton

    AddButton(IAPButton)

    Register an IAPButton to send IAP initialization and purchasing events. Use to making IAP functionality visible to the user.

    Declaration
    [Obsolete("CodelessIAPStoreListener.AddButton(IAPButton button) is deprecated, please use CodelessIAPStoreListener.AddButton(CodelessIAPButton button) instead.", false)]
    public void AddButton(IAPButton button)
    Parameters
    Type Name Description
    IAPButton button

    The IAPButton

    AddButton(CodelessIAPButton)

    Register an CodelessIAPButton to send IAP initialization and purchasing events. Use to making IAP functionality visible to the user.

    Declaration
    public void AddButton(CodelessIAPButton button)
    Parameters
    Type Name Description
    CodelessIAPButton button
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023