Home > @magiclane/maps-sdk > ContentStoreItem > pauseDownload
ContentStoreItem.pauseDownload() method
Pauses a previous download operation. Optionally provide an onComplete callback. Returns GemError.success on success, otherwise see GemError for other values.
Signature:
pauseDownload(onComplete?: (err: GemError) => void): GemError;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
onComplete |
(err: GemError) => void |
(Optional) |
Returns:
GemError