C# Class AndroidAgent.MainActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: xamarin/benchmarker

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void

Private Methods

Method Description
DetermineCommit ( ) : Benchmarker.Models.Commit
GetMonoVersion ( ) : string
InitCommons ( string githubAPIKey, string httpAPITokens ) : void
Iteration ( string benchmark, int iteration, bool isDryRun ) : Run
MainActivity ( ) : System
RunBenchmark ( long runSetId, string benchmarkName, string machineName, string architecture, string configName ) : void
SetStartButtonText ( string text ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void