1.0.0 • Published 6 months ago

@svssdeva/video-data-bridge v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@svssdeva/video-data-bridge

Capacitor plugin for passing data from web to android

Install

npm install @svssdeva/video-data-bridge
npx cap sync

API

openVideo(...)

openVideo(videoData: VideoData) => Promise<{ success: boolean; }>
ParamType
videoDataVideoData

Returns: Promise<{ success: boolean; }>


openDownloadsPage()

openDownloadsPage() => Promise<{ success: boolean; }>

Returns: Promise<{ success: boolean; }>


Interfaces

VideoData

PropType
tokenstring
userIdstring
videoDatastring
clientIdstring
clientTypestring
randomIdstring
1.0.0

6 months ago