virtusize_flutter_sdk library

Classes

VirtusizeButton
VirtusizeClientProduct
VirtusizeInPageMini
VirtusizeInPageStandard
VirtusizeMessageListener
This listener can receive Virtusize-specific messages from Native
VirtusizeOrder
VirtusizeOrderItem
VirtusizeSDK
The main class for flutter apps to access

Enums

VirtusizeStyle
This enum contains all the styles that can be applied to the Virtusize widgets
VSEnvironment
This enum contains all available Virtusize environments
VSInfoCategory
This enum contains all the possible info categories that will be displayed in the Product Details tab of the Virtusize webview
VSLanguage
This enum contains all the possible display languages of the Virtusize webview

Typedefs

ProductDataCheckErrorCallback = void Function(Exception exception)
A callback type for receiving the ProductDataCheck exception from Native
ProductDataCheckSuccessCallback = void Function(ProductDataCheck productDataCheck)
A callback type for receiving the ProductDataCheck result from Native
VSErrorCallback = void Function(dynamic error)
A callback type for receiving Virtusize errors from Native
VSEventCallback = void Function(String eventName)
A callback type for receiving the names of events from Native