O3 Framework / putDynamicOfflineData
putDynamicOfflineData(
type,identifier):Promise<void>
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:157
Declares that dynamic offline data of the given type with the given identifier should be made available offline for the currently logged in user.
string
The type of the offline data. See DynamicOfflineData for details.
string
The identifier of the offline data. See DynamicOfflineData for details.
Promise<void>