Interface VirtualStylingBuilder
Methods
addConsentCallback
- addConsentCallback(cb): void
Parameters
- cb: (() => {
consent?: ConsentState;
internalAnalytics?: boolean;
})- (): {
consent?: ConsentState;
internalAnalytics?: boolean;
} Returns {
consent?: ConsentState;
internalAnalytics?: boolean;
}
Optional
internalAnalytics?: boolean
Returns void
getCollection
- getCollection(collectionId, organizationId?): Promise<null | Collection>
Parameters
- collectionId: string
Optional
organizationId: string
Returns Promise<null | Collection>
setGarmentInformationProvider