fw_flutter_sdk library

Typedefs

CustomClickCartIconCallback = FutureOr<void> Function()
CustomClickLinkButtonCallback = FutureOr<void> Function(CustomClickLinkButtonEvent? event)
CustomCTAClickCallback = FutureOr<void> Function(CustomCTAClickEvent? event)
CustomTapProductCardCallback = FutureOr<void> Function(CustomTapProductCardEvent? event)
OnLiveStreamChatEventCallback = FutureOr<void> Function(LiveStreamChatEvent? event)
OnLiveStreamEventCallback = FutureOr<void> Function(LiveStreamEvent? event)
SDKInitCallback = FutureOr<void> Function(SDKInitEvent event)
ShoppingCTACallback = FutureOr<ShoppingCTAResult> Function(ShoppingCTAEvent? event)
StoryBlockCreatedCallback = void Function(StoryBlockController controller)
StoryBlockDidStartPictureInPicture = void Function(FWError? error)
StoryBlockDidStopPictureInPicture = void Function(FWError? error)
StoryBlockEmptyCallback = void Function(FWError? error)
StoryBlockLoadFinishedCallback = void Function(FWError? error)
UpdateProductDetailsCallback = FutureOr<List<Product>?> Function(UpdateProductDetailsEvent? event)
VideoFeedClickCallback = FutureOr<void> Function(VideoFeedClickEvent? event)
VideoFeedCreatedCallback = void Function(VideoFeedController controller)
VideoFeedDidStartPictureInPictureCallback = void Function(FWError? error)
VideoFeedDidStopPictureInPictureCallback = void Function(FWError? error)
VideoFeedEmptyCallback = void Function(FWError? error)
VideoFeedLoadFinishedCallback = void Function(FWError? error)
VideoPlaybackCallback = FutureOr<void> Function(VideoPlaybackEvent? event)