Interface INativePromoAdapter | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface INativePromoAdapter

    Namespace: UnityEngine.Monetization
    Syntax
    public interface INativePromoAdapter

    Properties

    metadata

    Declaration
    PromoMetadata metadata { get; }
    Property Value
    Type Description
    PromoMetadata

    Methods

    OnClicked()

    Declaration
    void OnClicked()

    OnClosed()

    Declaration
    void OnClosed()

    OnShown()

    Declaration
    void OnShown()

    OnShown(PromoShowType)

    Declaration
    void OnShown(PromoShowType type)
    Parameters
    Type Name Description
    PromoShowType type
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX