C# Class Sport.Mobile.Shared.ChallengeDetailsViewModel

Inheritance: ChallengeViewModel
ファイルを表示 Open project: xamarin/Sport

Public Methods

Method Description
AcceptChallenge ( ) : Task
DeclineChallenge ( ) : Task
NotifyPropertiesChanged ( [ caller = "" ) : void
NudgeAthlete ( ) : System.Threading.Tasks.Task
RefreshChallenge ( bool force = false ) : Task

Method Details

AcceptChallenge() public method

public AcceptChallenge ( ) : Task
return Task

DeclineChallenge() public method

public DeclineChallenge ( ) : Task
return Task

NotifyPropertiesChanged() public method

public NotifyPropertiesChanged ( [ caller = "" ) : void
caller [
return void

NudgeAthlete() public method

public NudgeAthlete ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RefreshChallenge() public method

public RefreshChallenge ( bool force = false ) : Task
force bool
return Task