C# Class WindowsApp.Services.SettingsServices.SettingsService

Inheritance: ISettingsService
Datei anzeigen Open project: HouseOfTheFuture/Mobile-App

Public Methods

Method Description
ApplyAppTheme ( ApplicationTheme value ) : void
ApplyUseShellBackButton ( bool value ) : void

Private Methods

Method Description
ApplyCacheMaxDuration ( System.TimeSpan value ) : void
SettingsService ( ) : System

Method Details

ApplyAppTheme() public method

public ApplyAppTheme ( ApplicationTheme value ) : void
value ApplicationTheme
return void

ApplyUseShellBackButton() public method

public ApplyUseShellBackButton ( bool value ) : void
value bool
return void