void LogEventLogLevelClick(object sender, EventArgs args) { Mint.LogEvent("Log a Xamarin Android Event with Log Level!", MintLogLevel.Info); }
void LogEventClick(object sender, EventArgs args) { Mint.LogEvent("Log a Xamarin Android Event!"); }