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 |
Returns:
Pair<ContentUpdater, GemError>