O3 Framework / removeDynamicOfflineDataFor
removeDynamicOfflineDataFor(
userId,type,identifier):Promise<void>
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:213
Declares that dynamic offline data of the given type with the given identifier no longer needs to be available offline for the user with the given ID.
string
The ID of the user who doesn’t require the specified offline data.
string
The type of the offline data. See DynamicOfflineData for details.
string
The identifier of the offline data. See DynamicOfflineData for details.
Promise<void>