OpenDebugWindow

Description

Open the Mediation debug window if supported by the selected advertiser.

Declaration

 public static void OpenDebugWindow()

Example

public class Test : MonoBehaviour
{
    private void Start()
    {
        Gley.MobileAds.API.Initialize();
    }
    
    void Debug()
    {
        Gley.MobileAds.API.OpenDebugWindow();
    }
}

Last updated