Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Flurry.EventRecordStatus LogEvent(string eventId);
  2. Flurry.EventRecordStatus LogEvent(string eventId, bool timed);
  3. Flurry.EventRecordStatus LogEvent(string eventId, Dictionary<string, string> parameters);
  4. Flurry.EventRecordStatus LogEvent(string eventId, Dictionary<string, string> parameters, bool timed);
  5.  
  6. void EndTimedEvent(string eventId);
  7. void EndTimedEvent(string eventId, Dictionary<string, string> parameters);
  8.  
  9. void OnPageView();
  10.  
  11. void OnError(string errorId, string message, string errorClass);
  12. void OnError(string errorId, string message, string errorClass, Dictionary<string, string> parameters);
  13.  
  14. void LogBreadcrumb(string crashBreadcrumb);
  15.  
  16. Flurry.EventRecordStatus LogPayment(string productName, string productId, int quantity, double price,
  17. string currency, string transactionId, Dictionary<string, string> parameters);
Add Comment
Please, Sign In to add comment