API Reference > imodeljs-backend > NativeApp > NativeAppStorage > getUint8Array getUint8Array Method Get the value for a key as a Uint8Array. If it is not present, or not of type Uint8Array, return undefined getUint8Array(key: string): undefined | Uint8Array Parameter Type Description key string Returns - undefined | Uint8Array Defined in core/backend/src/NativeAppStorage.ts Line 93 Last Updated: 11 June, 2024