| /expo/packages/expo-sms/src/__tests__/ |
| H A D | SMS-test.ts | 3 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 D | sms.mdx | 2 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 D | SMS.ios.js | 2 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 D | SMS.web.js | 1 import * as SMS from 'expo-sms'; 11 const error = await expectMethodToThrowAsync(SMS.sendSMSAsync); 18 expect(await SMS.isAvailableAsync()).toBe(false);
|
| H A D | SMSCommon.js | 2 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 D | SMS.js | 1 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 D | sms.mdx | 2 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 D | sms.mdx | 2 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 D | sms.mdx | 2 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 D | sms.mdx | 2 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 D | SMSScreen.tsx | 1 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 D | ExpoApisScreen.tsx | 65 'SMS',
|
| /expo/packages/expo-sms/build/ |
| H A D | SMS.js.map | 1 …SMS.js","sourceRoot":"","sources":["../src/SMS.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,OAAO,…
|
| H A D | SMS.types.js.map | 1 …SMS.types.js","sourceRoot":"","sources":["../src/SMS.types.ts"],"names":[],"mappings":"","sourcesC…
|
| H A D | SMS.d.ts.map | 1 {"version":3,"file":"SMS.d.ts","sourceRoot":"","sources":["../src/SMS.ts"],"names":[],"mappings":"A…
|
| H A D | SMS.types.d.ts.map | 1 {"version":3,"file":"SMS.types.d.ts","sourceRoot":"","sources":["../src/SMS.types.ts"],"names":[],"…
|
| H A D | ExpoSMS.web.js.map | 1 …SMS.types';\n\nexport default {\n get name(): string {\n return 'ExpoSMS';\n },\n async isAv…
|
| /expo/docs/pages/accounts/ |
| H A D | two-factor.mdx | 28 ### SMS messages 30 > **warning** **Deprecated:** SMS is no longer supported for newly-added two-factor authentication … 32 …SMS. 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 D | actions-test.ts | 47 method: UserSecondFactorDeviceMethod.SMS, 64 method: UserSecondFactorDeviceMethod.SMS,
|
| H A D | otp-test.ts | 38 method: UserSecondFactorDeviceMethod.SMS, 203 method: UserSecondFactorDeviceMethod.SMS,
|
| /expo/ios/versioned/sdk47/EXSMS/EXSMS/ |
| H A D | ABI47_0_0EXSMSModule.m | 51 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 D | PermissionsTypes.kt | 13 SMS("sms"),
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/permissions/ |
| H A D | PermissionsTypes.kt | 13 SMS("sms"),
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/permissions/ |
| H A D | PermissionsTypes.kt | 13 SMS("sms"),
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | otp.ts | 13 SMS = 'sms', enumerator 69 (device) => device.method === UserSecondFactorDeviceMethod.SMS
|