C# Class KeeAnywhere.UIService

Exibir arquivo Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method 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 method

public CheckOrUpdateAccount ( AccountConfiguration account ) : System.Threading.Tasks.Task
account KeeAnywhere.Configuration.AccountConfiguration
return System.Threading.Tasks.Task

CreateOrUpdateAccount() public method

public CreateOrUpdateAccount ( StorageType type ) : Task
type StorageType
return Task

ShowDonationDialog() public method

public ShowDonationDialog ( ) : void
return void

UIService() public method

public UIService ( ConfigurationService configService, KeeAnywhere.StorageProviders.StorageService storageService ) : System
configService KeeAnywhere.Configuration.ConfigurationService
storageService KeeAnywhere.StorageProviders.StorageService
return System