Home
last modified time | relevance | path

Searched refs:SMSAttachment (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-sms/src/
H A DSMS.ts5 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types';
7 export { SMSAttachment, SMSResponse, SMSOptions };
10 attachments: SMSAttachment | SMSAttachment[] | undefined
11 ): SMSAttachment[] | null {
H A DSMS.types.ts13 export type SMSAttachment = { alias
31 attachments?: SMSAttachment | SMSAttachment[] | undefined;
/expo/packages/expo-sms/build/
H A DSMS.types.d.ts10 export type SMSAttachment = { alias
26 attachments?: SMSAttachment | SMSAttachment[] | undefined;
H A DSMS.d.ts1 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types';
2 export { SMSAttachment, SMSResponse, SMSOptions };
H A DSMS.types.js.map1SMSAttachment = {\n /**\n * The content URI of the attachment. The URI needs be a content URI s…
H A DSMS.js.map1SMSAttachment, SMSResponse, SMSOptions } from './SMS.types';\n\nexport { SMSAttachment, SMSRespons…
/expo/packages/expo-sms/ios/
H A DSMSOptions.swift4 @Field var attachments: [SMSAttachment]
7 struct SMSAttachment: Record { struct
/expo/ios/versioned/sdk49/ExpoSMS/
H A DSMSOptions.swift4 @Field var attachments: [SMSAttachment]
7 struct SMSAttachment: Record { struct
/expo/ios/versioned/sdk48/ExpoSMS/
H A DSMSOptions.swift4 @Field var attachments: [SMSAttachment]
7 struct SMSAttachment: Record { struct
/expo/packages/expo-sms/src/__tests__/
H A DSMS-test.ts4 import { SMSAttachment } from '../SMS.types';
30 } as SMSAttachment;
41 } as SMSAttachment;
/expo/packages/expo-sms/android/src/main/java/expo/modules/sms/
H A DSMSOptions.kt7 @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 DSMSOptions.kt7 @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 DSMSOptions.kt7 @Field val attachments: List<SMSAttachment> = emptyList()
10 data class SMSAttachment( dataClass
/expo/packages/expo-sms/
H A DCHANGELOG.md107 - Export missing types used by the API: `SMSAttachment` and `SMSOptions`. ([#13240](https://github.…