Exemplo n.º 1
0
            public bool LocalyticsShouldShowPlacesPushNotification(global::LocalyticsXamarin.Android.PlacesCampaign p0)
            {
                var __h = LocalyticsSDK.PlacesShouldDisplayCampaignDelegate;

                if (__h != null)
                {
                    return(__h(p0));
                }
                return(true);
            }
Exemplo n.º 2
0
            public global::Android.Support.V4.App.NotificationCompat.Builder LocalyticsWillShowPlacesPushNotification(global::Android.Support.V4.App.NotificationCompat.Builder p0, global::LocalyticsXamarin.Android.PlacesCampaign p1)
            {
                var __h = WillShowPlacesPushNotification;

                if (__h != null)
                {
                    return(__h(p0, p1));
                }
                return(p0);
            }