Ejemplo n.º 1
0
 public void OptOutFromPCL(Action <int> OnSuccess, Action <String> OnFailure)
 {
     NearBridgeDroid.OptOut(OnSuccess, OnFailure);
 }
Ejemplo n.º 2
0
 public void ResetProfileIdFromPCL(Action <String> OnProfile, Action <String> OnError)
 {
     NearBridgeDroid.ResetProfileId(OnProfile, OnError);
 }