Home
last modified time | relevance | path

Searched refs:SMS (Results 1 – 25 of 38) sorted by relevance

12

/expo/packages/expo-sms/src/__tests__/
H A DSMS-test.ts3 import * as SMS from '../SMS';
10 await SMS.sendSMSAsync('0123456789', 'test');
13 await SMS.sendSMSAsync(['0123456789', '9876543210'], 'test');
32 await SMS.sendSMSAsync('0123456789', 'test', { attachments: imageAttachment });
43 await SMS.sendSMSAsync('0123456789', 'test', { attachments: multipleAttachments });
/expo/docs/pages/versions/unversioned/sdk/
H A Dsms.mdx2 title: SMS
3 description: A library that provides access to the system's UI/app for sending SMS messages.
13 **`expo-sms`** provides access to the system's UI/app for sending SMS messages.
24 import * as SMS from 'expo-sms';
27 <APISection packageName="expo-sms" apiName="SMS" />
/expo/apps/test-suite/tests/
H A DSMS.ios.js2 import * as SMS from 'expo-sms';
27 await SMS.sendSMSAsync(['0123456789', '9876543210'], 'test');
56 expect(await SMS.isAvailableAsync()).toBe(false);
64 expect(await SMS.isAvailableAsync()).toBe(true);
68 expect(await SMS.isAvailableAsync()).toBe(false);
H A DSMS.web.js1 import * as SMS from 'expo-sms';
11 const error = await expectMethodToThrowAsync(SMS.sendSMSAsync);
18 expect(await SMS.isAvailableAsync()).toBe(false);
H A DSMSCommon.js2 import * as SMS from 'expo-sms';
64 await SMS.sendSMSAsync(numbers, 'test with image', {
74 await SMS.sendSMSAsync(numbers, 'test with two images', {
91 await SMS.sendSMSAsync(numbers, 'test with audio', {
103 await SMS.sendSMSAsync(null, 'test with null recipient, no attachments', null);
107 await SMS.sendSMSAsync(undefined, 'test with undefined recipient, no attachments', null);
H A DSMS.js1 import * as SMS from 'expo-sms';
25 await SMS.sendSMSAsync(['0123456789', '9876543210'], 'test');
58 expect(await SMS.isAvailableAsync()).toBe(true);
62 expect(await SMS.isAvailableAsync()).toBe(false);
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsms.mdx2 title: SMS
3 description: A library that provides access to the system's UI/app for sending SMS messages.
13 **`expo-sms`** provides access to the system's UI/app for sending SMS messages.
24 import * as SMS from 'expo-sms';
27 <APISection packageName="expo-sms" apiName="SMS" />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsms.mdx2 title: SMS
3 description: A library that provides access to the system's UI/app for sending SMS messages.
13 **`expo-sms`** provides access to the system's UI/app for sending SMS messages.
24 import * as SMS from 'expo-sms';
27 <APISection packageName="expo-sms" apiName="SMS" />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsms.mdx2 title: SMS
3 description: A library that provides access to the system's UI/app for sending SMS messages.
13 **`expo-sms`** provides access to the system's UI/app for sending SMS messages.
24 import * as SMS from 'expo-sms';
27 <APISection packageName="expo-sms" apiName="SMS" />
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsms.mdx2 title: SMS
3 description: A library that provides access to the system's UI/app for sending SMS messages.
13 **`expo-sms`** provides access to the system's UI/app for sending SMS messages.
24 import * as SMS from 'expo-sms';
27 <APISection packageName="expo-sms" apiName="SMS" />
/expo/apps/native-component-list/src/screens/
H A DSMSScreen.tsx1 import * as SMS from 'expo-sms';
16 title: 'SMS',
24 const isAvailable = await SMS.isAvailableAsync();
27 error: 'SMS functionality is not available on this device!',
34 const { result } = await SMS.sendSMSAsync(this.state.phoneNumbers, this.state.message);
45 const isAvailable = await SMS.isAvailableAsync();
48 error: 'SMS functionality is not available on this device!',
57 const { result } = await SMS.sendSMSAsync(address, this.state.message);
H A DExpoApisScreen.tsx65 'SMS',
/expo/packages/expo-sms/build/
H A DSMS.js.map1SMS.js","sourceRoot":"","sources":["../src/SMS.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,OAAO,…
H A DSMS.types.js.map1SMS.types.js","sourceRoot":"","sources":["../src/SMS.types.ts"],"names":[],"mappings":"","sourcesC…
H A DSMS.d.ts.map1 {"version":3,"file":"SMS.d.ts","sourceRoot":"","sources":["../src/SMS.ts"],"names":[],"mappings":"A…
H A DSMS.types.d.ts.map1 {"version":3,"file":"SMS.types.d.ts","sourceRoot":"","sources":["../src/SMS.types.ts"],"names":[],"…
H A DExpoSMS.web.js.map1SMS.types';\n\nexport default {\n get name(): string {\n return 'ExpoSMS';\n },\n async isAv…
/expo/docs/pages/accounts/
H A Dtwo-factor.mdx28 ### SMS messages
30 > **warning** **Deprecated:** SMS is no longer supported for newly-added two-factor authentication …
32SMS. Codes received via SMS will be valid for at least 10 minutes, so you may receive the same cod…
36 …ead of a one-time password if you lose access to your authenticator app or SMS device. Keep in min…
/expo/packages/@expo/cli/src/api/user/__tests__/
H A Dactions-test.ts47 method: UserSecondFactorDeviceMethod.SMS,
64 method: UserSecondFactorDeviceMethod.SMS,
H A Dotp-test.ts38 method: UserSecondFactorDeviceMethod.SMS,
203 method: UserSecondFactorDeviceMethod.SMS,
/expo/ios/versioned/sdk47/EXSMS/EXSMS/
H A DABI47_0_0EXSMSModule.m51 reject(@"E_SMS_UNAVAILABLE", @"SMS service not available", nil);
56 …reject(@"E_SMS_SENDING_IN_PROGRESS", @"Different SMS sending in progress. Await the old request an…
113 …rejectMessage = @"User's attempt to save or send an SMS was unsuccessful. This can occur when the …
116 rejectMessage = @"SMS message sending failed with unknown error";
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/permissions/
H A DPermissionsTypes.kt13 SMS("sms"),
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/permissions/
H A DPermissionsTypes.kt13 SMS("sms"),
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/permissions/
H A DPermissionsTypes.kt13 SMS("sms"),
/expo/packages/@expo/cli/src/api/user/
H A Dotp.ts13 SMS = 'sms', enumerator
69 (device) => device.method === UserSecondFactorDeviceMethod.SMS

12