Home > @magiclane/maps-sdk > AutoUpdateSettings > allDisabled

AutoUpdateSettings.allDisabled() method

Factory method to create an instance where all update options are disabled.

Signature:

static allDisabled(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:

AutoUpdateSettings