Example #1
0
 public void EventRequestCancelled()
 {
     TapjoyPlugin.EventRequestCancelled(this.eventGuid);
 }
Example #2
0
 public unsafe static long $Invoke36(long instance, long *args)
 {
     TapjoyPlugin.EventRequestCancelled(Marshal.PtrToStringUni(*(IntPtr *)args));
     return(-1L);
 }