예제 #1
0
 private void ToastClosed(string id, NotificationResult result)
 {
     lock (_lock)
     {
         _eventResult.Add(id, result);
         _resetEvents[id].Set();
     }
 }
예제 #2
0
 public EmptyOnClickListener(string id, Action <string, NotificationResult> callback, NotificationResult result)
 {
     _id       = id;
     _callback = callback;
     _result   = result;
 }