5.0.0 • Published 2 years ago

@hanhokim/capacitor-social-share v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


initKakao(...)

initKakao(options: { api_key: string; }) => Promise<void>
ParamType
options{ api_key: string; }

shareKakaoSendScrap(...)

shareKakaoSendScrap(options: { request_url: string; }) => Promise<void>
ParamType
options{ request_url: string; }

5.0.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago