C# Class KeeAnywhere.UIService

Afficher le fichier Open project: Kyrodan/KeeAnywhere Class Usage Examples

Méthodes publiques

Méthode Description
CheckOrUpdateAccount ( AccountConfiguration account ) : System.Threading.Tasks.Task
CreateOrUpdateAccount ( StorageType type ) : Task
ShowDonationDialog ( ) : void
UIService ( ConfigurationService configService, KeeAnywhere.StorageProviders.StorageService storageService ) : System

Method Details

CheckOrUpdateAccount() public méthode

public CheckOrUpdateAccount ( AccountConfiguration account ) : System.Threading.Tasks.Task
account KeeAnywhere.Configuration.AccountConfiguration
Résultat System.Threading.Tasks.Task

CreateOrUpdateAccount() public méthode

public CreateOrUpdateAccount ( StorageType type ) : Task
type StorageType
Résultat Task

ShowDonationDialog() public méthode

public ShowDonationDialog ( ) : void
Résultat void

UIService() public méthode

public UIService ( ConfigurationService configService, KeeAnywhere.StorageProviders.StorageService storageService ) : System
configService KeeAnywhere.Configuration.ConfigurationService
storageService KeeAnywhere.StorageProviders.StorageService
Résultat System