StoriesViewAndroidNative constructor

StoriesViewAndroidNative({
  1. Key? key,
  2. required int widgetId,
  3. required bool showLoadingActivityIndicator,
  4. List<String>? segments,
  5. Map<String, String>? queryParams,
  6. String? customerId,
  7. List<StorifyMeDynamicData>? dynamicData,
  8. Iterable<StorifyMeAd>? customAds,
  9. StorifyMeStoryPlaybackOptions? playbackOptions,
  10. StorifyMeStoryAudioOptions? audioOptions,
  11. StorifyMeURLPresentationOptions? urlPresentationOptions,
  12. StorifyMeAutoLayoutBehavior? autoLayoutBehavior,
  13. int? storyTitleHorizontalPadding,
  14. StoriesViewCallback? callback,
  15. StorifyMeDirection? direction,
  16. String? language,
})

Implementation

StoriesViewAndroidNative({
  super.key,
  required this.widgetId,
  required this.showLoadingActivityIndicator,
  this.segments,
  this.queryParams,
  this.customerId,
  this.dynamicData,
  this.customAds,
  this.playbackOptions,
  this.audioOptions,
  this.urlPresentationOptions,
  this.autoLayoutBehavior,
  this.storyTitleHorizontalPadding,
  this.callback,
  this.direction,
  this.language
});