@hanhokim/capacitor-social-share
v5.0.0
Published
Social share plugin for capacitor. Kakao available
Downloads
6
Readme
@hanhokim/capacitor-social-share
Social share plugin for capacitor. Only kakao is available for now. Internal Project Usage Only
Install
npm install @hanhokim/capacitor-social-share
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
initKakao(...)
initKakao(options: { api_key: string; }) => Promise<void>
| Param | Type |
| ------------- | --------------------------------- |
| options
| { api_key: string; } |
shareKakaoSendScrap(...)
shareKakaoSendScrap(options: { request_url: string; }) => Promise<void>
| Param | Type |
| ------------- | ------------------------------------- |
| options
| { request_url: string; } |