Exemplo n.º 1
0
 /// <summary>Call PROBA Advertisement event</summary>
 public static void AdvertisementEvent(string addId, bool skipped, AdActions action, bool firstTime = false,
                                       AdFailShowReasons failShowReason = AdFailShowReasons.Unknown, int duration = 0, string sdkName = "", AdTypes type = AdTypes.RewardedVideo, string placement = "", double amount = 0.0)
 {
     _ = new AdvertisementEventViewModel(addId, skipped, action, firstTime, failShowReason, duration, sdkName, type, placement, amount);
 }
Exemplo n.º 2
0
 internal static void AdvertisementEventCreated(AdvertisementEventViewModel advertisementEventViewModel)
 {
     AdvertisementEvent?.Invoke(advertisementEventViewModel);
 }