capacitor-imessage
v7.0.9
Published
Capacitor plugin for iMessage
Maintainers
Readme
capacitor-imessage
Capacitor plugin for iMessage
Install
npm install capacitor-imessage
npx cap syncAPI
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 |
