public void PickContact()
        {
#if !DISABLE_CONTACT_PICKER
            IGContactPicker.PickContact(Debug.Log, () => { Debug.Log("Picking contact was cancelled"); });
#else
            ExampleUtil.LogFeatureDisabled();
#endif
        }
Exemplo n.º 2
0
 public void PickContact()
 {
     IGContactPicker.PickContact(Debug.Log, () => { Debug.Log("Picking contact was cancelled"); });
 }