5.0.0 • Published 2 years ago

sh3h-util-plugin v5.0.0

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

sh3h-util-plugin

custom

Install

npm install sh3h-util-plugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getPageIntent()

getPageIntent() => Promise<any>

Returns: Promise<any>


getLocation()

getLocation() => Promise<any>

Returns: Promise<any>


quit(...)

quit(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


getPushMessage()

getPushMessage() => Promise<any>

Returns: Promise<any>


getChangedInfo()

getChangedInfo() => Promise<any>

Returns: Promise<any>


initLogger(...)

initLogger(path: string) => Promise<any>
ParamType
pathstring

Returns: Promise<any>


locate2Map(...)

locate2Map(myLocation: any) => Promise<any>
ParamType
myLocationany

Returns: Promise<any>


navigate(...)

navigate(startLoc: any, endLoc: any) => Promise<any>
ParamType
startLocany
endLocany

Returns: Promise<any>


saveCompressPicture(...)

saveCompressPicture(srcPath: string, destPath: string, fileName: string, size: number) => Promise<any>
ParamType
srcPathstring
destPathstring
fileNamestring
sizenumber

Returns: Promise<any>


addWaterMark(...)

addWaterMark(srcPath: string, destPath: string, fileName: string, size: number, text: string) => Promise<any>
ParamType
srcPathstring
destPathstring
fileNamestring
sizenumber
textstring

Returns: Promise<any>


getFileSize(...)

getFileSize(filePath: string) => Promise<any>
ParamType
filePathstring

Returns: Promise<any>


compressVideo(...)

compressVideo(srcPath: string, destPath: string, fileName: string) => Promise<any>
ParamType
srcPathstring
destPathstring
fileNamestring

Returns: Promise<any>


handWrite(...)

handWrite(srcPath: string) => Promise<any>
ParamType
srcPathstring

Returns: Promise<any>


saveToPhotoAlbum(...)

saveToPhotoAlbum(srcPath: string) => Promise<any>
ParamType
srcPathstring

Returns: Promise<any>


chooseObject(...)

chooseObject(options: any) => Promise<any>
ParamType
optionsany

Returns: Promise<any>


getJsContainerInfo()

getJsContainerInfo() => Promise<any>

Returns: Promise<any>


setAllConfigs(...)

setAllConfigs(configs: any) => Promise<any>
ParamType
configsany

Returns: Promise<any>


jump2Map(...)

jump2Map(mapParams: any) => Promise<any>
ParamType
mapParamsany

Returns: Promise<any>


checkIsNeedRefresh(...)

checkIsNeedRefresh(userId: number) => Promise<any>
ParamType
userIdnumber

Returns: Promise<any>


getTunnelToken()

getTunnelToken() => Promise<any>

Returns: Promise<any>


addDoodle(...)

addDoodle(srcPath: string, destPath: string) => Promise<any>
ParamType
srcPathstring
destPathstring

Returns: Promise<any>


5.0.0

2 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.2

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago