C# Class MALClient.iOS.HamburgerViewModel

Inheritance: IHamburgerViewModel
显示文件 Open project: Mordonus/MALClient

Public Methods

Method Description
SetActiveButton ( HamburgerButtons val ) : void
SetActiveButton ( TopAnimeType topType ) : void
UpdateAnimeFiltersSelectedIndex ( ) : void
UpdateApiDependentButtons ( ) : void
UpdateLogInLabel ( ) : void
UpdatePinnedProfiles ( ) : void
UpdateProfileImg ( bool dl = true ) : System.Threading.Tasks.Task

Method Details

SetActiveButton() public method

public SetActiveButton ( HamburgerButtons val ) : void
val HamburgerButtons
return void

SetActiveButton() public method

public SetActiveButton ( TopAnimeType topType ) : void
topType TopAnimeType
return void

UpdateAnimeFiltersSelectedIndex() public method

public UpdateAnimeFiltersSelectedIndex ( ) : void
return void

UpdateApiDependentButtons() public method

public UpdateApiDependentButtons ( ) : void
return void

UpdateLogInLabel() public method

public UpdateLogInLabel ( ) : void
return void

UpdatePinnedProfiles() public method

public UpdatePinnedProfiles ( ) : void
return void

UpdateProfileImg() public method

public UpdateProfileImg ( bool dl = true ) : System.Threading.Tasks.Task
dl bool
return System.Threading.Tasks.Task