customerio-gist-web
Version:
Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io
6 lines (5 loc) • 351 B
TypeScript
export declare function setCustomAttribute(key: string, value: unknown): boolean;
export declare function getCustomAttribute(key: string): unknown | null;
export declare function getAllCustomAttributes(): Map<string, unknown>;
export declare function clearCustomAttributes(): void;
export declare function removeCustomAttribute(key: string): boolean;