7.0.9 • Published 5 months ago
capacitor-imessage v7.0.9
capacitor-imessage
Capacitor plugin for iMessage
Install
npm install capacitor-imessage
npx cap sync
API
isMessagingAvailable()
isMessagingAvailable() => Promise<{ available: boolean; }>
Returns: Promise<{ available: boolean; }>
sendMessage(...)
sendMessage(options: SendMessageOptions) => Promise<{ status: string; }>
Param | Type |
---|---|
options | SendMessageOptions |
Returns: Promise<{ status: string; }>
Interfaces
SendMessageOptions
Prop | Type |
---|---|
text | string |
imageUrl | string |