Home
last modified time | relevance | path

Searched refs:SMSOptions (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-sms/build/
H A DSMS.d.ts1 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 DSMS.types.d.ts25 export type SMSOptions = { alias
H A DSMS.js.map1SMSOptions } from './SMS.types';\n\nexport { SMSAttachment, SMSResponse, SMSOptions };\n\nfunction…
H A DSMS.types.js.map1 …/\n filename: string;\n};\n\n// @needsAudit @docsMissing\nexport type SMSOptions = {\n attachmen…
/expo/packages/expo-sms/src/
H A DSMS.ts5 import { SMSAttachment, SMSResponse, SMSOptions } from './SMS.types';
7 export { SMSAttachment, SMSResponse, SMSOptions };
63 options?: SMSOptions
76 } as SMSOptions;
H A DSMS.types.ts30 export type SMSOptions = { alias
/expo/packages/expo-sms/ios/
H A DSMSOptions.swift3 struct SMSOptions: Record { struct
H A DExpoSMSModule.swift23 …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 DSMSOptions.swift3 struct SMSOptions: Record { struct
H A DExpoSMSModule.swift23 …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 DSMSOptions.swift3 struct SMSOptions: Record { struct
H A DExpoSMSModule.swift23 …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 DSMSOptions.kt6 data class SMSOptions( class
H A DSMSModule.kt34 …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 DSMSOptions.kt6 data class SMSOptions( class
H A DSMSModule.kt34 …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 DSMSOptions.kt6 data class SMSOptions( dataClass
H A DSMSModule.kt34 …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 DCHANGELOG.md107 - Export missing types used by the API: `SMSAttachment` and `SMSOptions`. ([#13240](https://github.…