예제 #1
0
        public MainPageViewModel(INavigationService navigationService)
            : base(navigationService)
        {
            Title = "Notifications";

            localNotificationsService = DependencyService.Get <ILocalNotificationsService>();
            ShowNotificationCommand   = new DelegateCommand(ShowNotification);
        }
예제 #2
0
 public CustomFirebaseMessagingService()
 {
     localNotificationsService = new LocalNotificationsService();
 }