5.0.0 • Published 10 months ago

@hanhokim/capacitor-social-share v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago