Lines Matching refs:finishSession
1902 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
1939 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
1981 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2020 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2060 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2101 ## huks.finishSession<sup>9+</sup>
2103 finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : v…
2105 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2115 … | Yes | Handle for the **finishSession** operation. …
2116 …tions) | Yes | Parameter set used for the **finishSession** operation. …
2117 …rnResult](#huksreturnresult9)> | Yes | Callback used to return the **finishSession** operation re…
2140 ## huks.finishSession<sup>9+</sup>
2142 finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<Huk…
2144 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2154 … | Yes | Handle for the **finishSession** operation. …
2155 …ions) | Yes | Parameter set used for the **finishSession** operation. …
2157 …rnResult](#huksreturnresult9)> | Yes | Callback used to return the **finishSession** operation re…
2180 ## huks.finishSession<sup>9+</sup>
2182 finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>
2184 … the result. **huks.initSession**, **huks.updateSession**, and **huks.finishSession** must be used…
2194 | handle | number | Yes | Handle for the **finishSession…
2195 …uksoptions) | Yes | Parameter set used for the **finishSession** operation. …
2261 /* huks.initSession, huks.updateSession, and huks.finishSession must be used together.
2263 * and huks.finishSession operations,
2371 /* huks.initSession, huks.updateSession, and huks.finishSession must be used together.
2373 * and huks.finishSession operations,
2471 await huks.finishSession(handle, options)
2473 console.info(`promise: finishSession success, data = ${JSON.stringify(data)}`);
2476 console.error(`promise: finishSession failed`);
2479 console.error(`promise: finishSession input arg invalid`);
3712 > This API is deprecated since API version 9. You are advised to use [huks.finishSession<sup>9+</su…
3732 > This API is deprecated since API version 9. You are advised to use [huks.finishSession<sup>9+</su…