C# Class WindowsApp.Services.SettingsServices.SettingsService

Inheritance: ISettingsService
Afficher le fichier Open project: HouseOfTheFuture/Mobile-App

Méthodes publiques

Méthode Description
ApplyAppTheme ( ApplicationTheme value ) : void
ApplyUseShellBackButton ( bool value ) : void

Private Methods

Méthode Description
ApplyCacheMaxDuration ( System.TimeSpan value ) : void
SettingsService ( ) : System

Method Details

ApplyAppTheme() public méthode

public ApplyAppTheme ( ApplicationTheme value ) : void
value ApplicationTheme
Résultat void

ApplyUseShellBackButton() public méthode

public ApplyUseShellBackButton ( bool value ) : void
value bool
Résultat void