Skip to content

Interface: ZynoSalesStorage

Minimal storage interface accepted by the SDK.

Methods

getItem()

getItem(key): string | null

Parameters

key

string

Returns

string | null


removeItem()

removeItem(key): void

Parameters

key

string

Returns

void


setItem()

setItem(key, value): void

Parameters

key

string

value

string

Returns

void

MIT Licensed