DeviceContacts
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods to access the device's contacts.
- C#
- VB.NET
public class DeviceContacts
Public Class DeviceContacts
Access this class through the Device singleton.
Constructors
DeviceContacts()
Initializes a new instance of DeviceContacts.
Methods
GetAll()
Gets all the device's contacts.
Returns: Contact[]. The device's contacts.
Pick()
Shows the device's contact picker.
Returns: Contact. The selected contact.