Home > @magiclane/maps-sdk > AutoUpdateSettings > allEnabled
AutoUpdateSettings.allEnabled() method
Factory method to create an instance where all update options are enabled.
Signature:
static allEnabled(input?: {
onAutoUpdateComplete?: (type: ContentType, error: GemError) => void;
}): AutoUpdateSettings;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ onAutoUpdateComplete, } |
(not declared) |
(Optional) |
|
input |
{ onAutoUpdateComplete?: (type: ContentType, error: GemError) => void; } |
(Optional) |
Returns: