C# Class open.conference.app.Clients.ViewModels.ViewModels.AndroidMenuPageViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: dersia/openconferenceapp

Public Methods

Method Description
AndroidMenuPageViewModel ( INavigationService navigation, IEventAggregator eventAggregator, IStoreManager storeManager, IToast toast, IFavoriteService favoriteService, ILoggerFacade logger, ILaunchTwitter twitter, ISSOClient ssoClient, IPushNotifications pushNotifications, IReminderService reminderService, IPageDialogService pageDialogService, IWiFiConfig wifiConfig ) : open.conference.app.Clients.ViewModels.Interfaces

Method Details

AndroidMenuPageViewModel() public method

public AndroidMenuPageViewModel ( INavigationService navigation, IEventAggregator eventAggregator, IStoreManager storeManager, IToast toast, IFavoriteService favoriteService, ILoggerFacade logger, ILaunchTwitter twitter, ISSOClient ssoClient, IPushNotifications pushNotifications, IReminderService reminderService, IPageDialogService pageDialogService, IWiFiConfig wifiConfig ) : open.conference.app.Clients.ViewModels.Interfaces
navigation INavigationService
eventAggregator IEventAggregator
storeManager IStoreManager
toast IToast
favoriteService IFavoriteService
logger ILoggerFacade
twitter ILaunchTwitter
ssoClient ISSOClient
pushNotifications IPushNotifications
reminderService IReminderService
pageDialogService IPageDialogService
wifiConfig IWiFiConfig
return open.conference.app.Clients.ViewModels.Interfaces