AndroidAgent.MainActivity.InitCommons C# (CSharp) Method

InitCommons() private static method

private static InitCommons ( string githubAPIKey, string httpAPITokens ) : void
githubAPIKey string
httpAPITokens string
return void
		private static void InitCommons (string githubAPIKey, string httpAPITokens)
		{
			GitHubInterface.githubCredentials = githubAPIKey;
			models.HttpApi.AuthToken = httpAPITokens;
		}