Searched refs:SMSAttachment (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-sms/src/ |
| H A D | SMS.ts | 5 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types'; 7 export { SMSAttachment, SMSResponse, SMSOptions }; 10 attachments: SMSAttachment | SMSAttachment[] | undefined 11 ): SMSAttachment[] | null {
|
| H A D | SMS.types.ts | 13 export type SMSAttachment = { alias 31 attachments?: SMSAttachment | SMSAttachment[] | undefined;
|
| /expo/packages/expo-sms/build/ |
| H A D | SMS.types.d.ts | 10 export type SMSAttachment = { alias 26 attachments?: SMSAttachment | SMSAttachment[] | undefined;
|
| H A D | SMS.d.ts | 1 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types'; 2 export { SMSAttachment, SMSResponse, SMSOptions };
|
| H A D | SMS.types.js.map | 1 …SMSAttachment = {\n /**\n * The content URI of the attachment. The URI needs be a content URI s…
|
| H A D | SMS.js.map | 1 …SMSAttachment, SMSResponse, SMSOptions } from './SMS.types';\n\nexport { SMSAttachment, SMSRespons…
|
| /expo/packages/expo-sms/ios/ |
| H A D | SMSOptions.swift | 4 @Field var attachments: [SMSAttachment] 7 struct SMSAttachment: Record { struct
|
| /expo/ios/versioned/sdk49/ExpoSMS/ |
| H A D | SMSOptions.swift | 4 @Field var attachments: [SMSAttachment] 7 struct SMSAttachment: Record { struct
|
| /expo/ios/versioned/sdk48/ExpoSMS/ |
| H A D | SMSOptions.swift | 4 @Field var attachments: [SMSAttachment] 7 struct SMSAttachment: Record { struct
|
| /expo/packages/expo-sms/src/__tests__/ |
| H A D | SMS-test.ts | 4 import { SMSAttachment } from '../SMS.types'; 30 } as SMSAttachment; 41 } as SMSAttachment;
|
| /expo/packages/expo-sms/android/src/main/java/expo/modules/sms/ |
| H A D | SMSOptions.kt | 7 @Field val attachments: List<SMSAttachment> = emptyList() 10 data class SMSAttachment( class
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sms/ |
| H A D | SMSOptions.kt | 7 @Field val attachments: List<SMSAttachment> = emptyList() 10 data class SMSAttachment( dataClass
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sms/ |
| H A D | SMSOptions.kt | 7 @Field val attachments: List<SMSAttachment> = emptyList() 10 data class SMSAttachment( dataClass
|
| /expo/packages/expo-sms/ |
| H A D | CHANGELOG.md | 107 - Export missing types used by the API: `SMSAttachment` and `SMSOptions`. ([#13240](https://github.…
|