public static void LogTask(AndroidTaskLog log) { if (Task != null) { Task(log); } }
public static void LogTask(AndroidTaskLog log) { if (Task != null) { Task(log); } else { throw new InvalidOperationException("Internal Error: should initialize Task"); } }
public static void LogTask(AndroidTaskLog log) { if (Task != null) Task (log); }