Home
last modified time | relevance | path

Searched refs:ContainerTypes (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.js522 export var ContainerTypes; variable
523 (function (ContainerTypes) { argument
527 ContainerTypes["Local"] = "local";
531 ContainerTypes["Exchange"] = "exchange";
535 ContainerTypes["CardDAV"] = "cardDAV";
539 ContainerTypes["Unassigned"] = "unassigned";
540 })(ContainerTypes || (ContainerTypes = {}));
H A DContacts.d.ts3 export type ContainerType = ContainerTypes | `${ContainerTypes}`;
859 export declare enum ContainerTypes { enum
H A DContacts.js.map1ContainerTypes | `${ContainerTypes}`;\n\nexport type ContactType = ContactTypes | `${ContactTypes}…
/expo/packages/expo-contacts/src/
H A DContacts.ts8 export type ContainerType = ContainerTypes | `${ContainerTypes}`;
1140 export enum ContainerTypes { enum
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx859 const containerType = Contacts.ContainerTypes.CardDAV;