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