public static void LogCustomEvent(string page, string pageTitle, string category, string action, string label, int?value) { ThreadUtility.ExecuteOnMainThread(() => SendRequest(page, pageTitle, category, action, label, value)); }