Home > @magiclane/maps-sdk > ContentStore > createContentUpdater

ContentStore.createContentUpdater() method

Creates a content updater for the given content type.

Signature:

static createContentUpdater(type: ContentType): Pair<ContentUpdater, GemError>;

Parameters

Parameter

Type

Description

type

ContentType

Returns:

Pair<ContentUpdater, GemError>