Initial commit
This commit is contained in:
15
sources/com/unity3d/ads/adunit/AdUnitEvent.java
Normal file
15
sources/com/unity3d/ads/adunit/AdUnitEvent.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.unity3d.ads.adunit;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public enum AdUnitEvent {
|
||||
ON_START,
|
||||
ON_CREATE,
|
||||
ON_RESUME,
|
||||
ON_DESTROY,
|
||||
ON_PAUSE,
|
||||
KEY_DOWN,
|
||||
ON_RESTORE,
|
||||
ON_STOP,
|
||||
ON_FOCUS_GAINED,
|
||||
ON_FOCUS_LOST
|
||||
}
|
Reference in New Issue
Block a user