Class InterstitialShownEventArgs
Fired when interstitial page was shown
public sealed record InterstitialShownEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<InterstitialShownEventArgs>
- Inheritance
-
EventArgsInterstitialShownEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
InterstitialShownEventArgs()
Fired when interstitial page was shown
public InterstitialShownEventArgs()