Interface IUnityLevelPlayRewardedVideoManual
Interface representing LevelPlay's manual rewarded video events
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public interface IUnityLevelPlayRewardedVideoManual
Events
OnAdLoadFailed
Event triggered when a rewarded video fails to load
Declaration
event Action<IronSourceError> OnAdLoadFailed
Event Type
Type | Description |
---|---|
Action<IronSourceError> |
OnAdReady
Event triggered when a rewarded video becomes ready
Declaration
event Action<IronSourceAdInfo> OnAdReady
Event Type
Type | Description |
---|---|
Action<IronSourceAdInfo> |