| /expo/packages/expo-sms/build/ |
| H A D | SMS.d.ts | 1 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types'; 2 export { SMSAttachment, SMSResponse, SMSOptions }; 37 … sendSMSAsync(addresses: string | string[], message: string, options?: SMSOptions): Promise<SMSRes…
|
| H A D | SMS.types.d.ts | 25 export type SMSOptions = { alias
|
| H A D | SMS.js.map | 1 …SMSOptions } from './SMS.types';\n\nexport { SMSAttachment, SMSResponse, SMSOptions };\n\nfunction…
|
| H A D | SMS.types.js.map | 1 …/\n filename: string;\n};\n\n// @needsAudit @docsMissing\nexport type SMSOptions = {\n attachmen…
|
| /expo/packages/expo-sms/src/ |
| H A D | SMS.ts | 5 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types'; 7 export { SMSAttachment, SMSResponse, SMSOptions }; 63 options?: SMSOptions 76 } as SMSOptions;
|
| H A D | SMS.types.ts | 30 export type SMSOptions = { alias
|
| /expo/packages/expo-sms/ios/ |
| H A D | SMSOptions.swift | 3 struct SMSOptions: Record { struct
|
| H A D | ExpoSMSModule.swift | 23 …AsyncFunction("sendSMSAsync") { (addresses: [String], message: String, options: SMSOptions, promis… in definition() 28 …private func sendSMSAsync(addresses: [String], message: String, options: SMSOptions, promise: Prom… in sendSMSAsync()
|
| /expo/ios/versioned/sdk49/ExpoSMS/ |
| H A D | SMSOptions.swift | 3 struct SMSOptions: Record { struct
|
| H A D | ExpoSMSModule.swift | 23 …AsyncFunction("sendSMSAsync") { (addresses: [String], message: String, options: SMSOptions, promis… in definition() 28 …private func sendSMSAsync(addresses: [String], message: String, options: SMSOptions, promise: Prom… in sendSMSAsync()
|
| /expo/ios/versioned/sdk48/ExpoSMS/ |
| H A D | SMSOptions.swift | 3 struct SMSOptions: Record { struct
|
| H A D | ExpoSMSModule.swift | 23 …AsyncFunction("sendSMSAsync") { (addresses: [String], message: String, options: SMSOptions, promis… in definition() 28 …private func sendSMSAsync(addresses: [String], message: String, options: SMSOptions, promise: Prom… in sendSMSAsync()
|
| /expo/packages/expo-sms/android/src/main/java/expo/modules/sms/ |
| H A D | SMSOptions.kt | 6 data class SMSOptions( dataClass
|
| H A D | SMSModule.kt | 34 …AsyncFunction("sendSMSAsync") { addresses: List<String>, message: String, options: SMSOptions, pro… in <lambda>() 48 …private fun sendSMSAsync(addresses: List<String>, message: String, options: SMSOptions, promise: P… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sms/ |
| H A D | SMSOptions.kt | 6 data class SMSOptions( class
|
| H A D | SMSModule.kt | 34 …AsyncFunction("sendSMSAsync") { addresses: List<String>, message: String, options: SMSOptions, pro… in <lambda>() 48 …private fun sendSMSAsync(addresses: List<String>, message: String, options: SMSOptions, promise: P… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sms/ |
| H A D | SMSOptions.kt | 6 data class SMSOptions( class
|
| H A D | SMSModule.kt | 34 …AsyncFunction("sendSMSAsync") { addresses: List<String>, message: String, options: SMSOptions, pro… in <lambda>() 48 …private fun sendSMSAsync(addresses: List<String>, message: String, options: SMSOptions, promise: P… in <lambda>()
|
| /expo/packages/expo-sms/ |
| H A D | CHANGELOG.md | 107 - Export missing types used by the API: `SMSAttachment` and `SMSOptions`. ([#13240](https://github.…
|