Search Unity

Getting ads show/hide event

Discussion in 'Unity Ads & User Acquisition' started by Warped, Feb 10, 2018.

  1. Warped

    Warped

    Joined:
    Mar 19, 2015
    Posts:
    14
    Is it possible to get event of start show or hiding ads of any ads plugin?
     
  2. Callie-Zhu

    Callie-Zhu

    Unity Technologies

    Joined:
    Mar 2, 2016
    Posts:
    42
  3. Warped

    Warped

    Joined:
    Mar 19, 2015
    Posts:
    14
    ok.
    For unity ads I can subscribу event only if I have an instance - how to get event result if I havent got instance for ShowOptions?
    Code (CSharp):
    1. class A
    2. {
    3.      private  ShowOptions options = new ShowOptions();
    4. }
    5. class B
    6. {
    7.     // how to subscribe event??
    8. }