C# Class Cirrious.MvvmCross.Plugins.Sphero.Helpers.CommandWithActions

Show file Open project: slodge/BallControl Class Usage Examples

Public Methods

Method Description
CommandWithActions ( ISpheroCommand command, Action onSuccess, Action onError ) : System

Method Details

CommandWithActions() public method

public CommandWithActions ( ISpheroCommand command, Action onSuccess, Action onError ) : System
command ISpheroCommand
onSuccess Action
onError Action
return System