DeviceContacts

Wisej.Hybrid.DeviceContacts

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods to access the device's contacts.

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.

Last updated