Lines Matching refs:updateSession
1902 …nchronous callback to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
1939 …API uses a promise to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
1977 ## huks.updateSession<sup>9+</sup>
1979 updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : v…
1981 …nchronous callback to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
1991 … | Yes | Handle for the **updateSession** operation. …
1992 …tions) | Yes | Parameter set used for the **updateSession** operation. …
1993 …rnResult](#huksreturnresult9)> | Yes | Callback used to return the **updateSession** operation re…
2016 ## huks.updateSession<sup>9+</sup>
2018 updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<Huk…
2020 …nchronous callback to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
2030 … | Yes | Handle for the **updateSession** operation. …
2031 …tions) | Yes | Parameter set used for the **updateSession** operation. …
2033 …rnResult](#huksreturnresult9)> | Yes | Callback used to return the **updateSession** operation re…
2056 ## huks.updateSession<sup>9+</sup>
2058 updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>
2060 …API uses a promise to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
2070 | handle | number | Yes | Handle for the **updateSession*…
2071 …huksoptions) | Yes | Parameter set used for the **updateSession** operation. …
2078 | Promise<[HuksReturnResult](#huksreturnresult9)> | Promise used to return the **updateSession** op…
2105 …nchronous callback to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
2144 …nchronous callback to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
2184 …API uses a promise to return the result. **huks.initSession**, **huks.updateSession**, and **huks.…
2261 /* huks.initSession, huks.updateSession, and huks.finishSession must be used together.
2262 * If an error occurs in any of huks.initSession, huks.updateSession,
2371 /* huks.initSession, huks.updateSession, and huks.finishSession must be used together.
2372 * If an error occurs in any of huks.initSession, huks.updateSession,
2455 await huks.updateSession(handle, options)
2457 console.info(`promise: updateSession success, data = ${JSON.stringify(data)}`);
2460 console.error(`promise: updateSession failed`);
2463 console.error(`promise: updateSession input arg invalid`);
3665 > This API is deprecated since API version 9. You are advised to use [huks.updateSession<sup>9+</su…
3686 > This API is deprecated since API version 9. You are advised to use [huks.updateSession<sup>9+</su…