protected override void OnDestroy() { try { MAdView?.Destroy(); RewardedVideo?.Destroy(); base.OnDestroy(); } catch (Exception exception) { Console.WriteLine(exception); } }
private void DestroyBasic() { try { MAdView?.Destroy(); RewardedVideo?.Destroy(); MAdapter = null !; SwipeRefreshLayout = null !; MRecycler = null !; EmptyStateLayout = null !; Inflated = null !; MAdView = null !; RewardedVideo = null !; } catch (Exception e) { Methods.DisplayReportResultTrack(e); } }
private void DestroyBasic() { try { MAdView?.Destroy(); RewardedVideo?.Destroy(); MAdapter = null; SwipeRefreshLayout = null; MRecycler = null; EmptyStateLayout = null; Inflated = null; MAdView = null; RewardedVideo = null; } catch (Exception e) { Console.WriteLine(e); } }