1.0.0 • Published 1 year ago
@svssdeva/video-data-bridge v1.0.0
@svssdeva/video-data-bridge
Capacitor plugin for passing data from web to android
Install
npm install @svssdeva/video-data-bridge
npx cap syncAPI
openVideo(...)
openVideo(videoData: VideoData) => Promise<{ success: boolean; }>| Param | Type |
|---|---|
videoData | VideoData |
Returns: Promise<{ success: boolean; }>
openDownloadsPage()
openDownloadsPage() => Promise<{ success: boolean; }>Returns: Promise<{ success: boolean; }>
Interfaces
VideoData
| Prop | Type |
|---|---|
token | string |
userId | string |
videoData | string |
clientId | string |
clientType | string |
randomId | string |
1.0.0
1 year ago