backgroundType property

  1. @BuiltValueField(wireName: 'background_type')
BackgroundType backgroundType

Story type. Possible values:

  • image (Platforms: iOS, Android, Web, Mobile Web)
  • video (Platforms: iOS, Android)
  • none (for the case of transferring the sticker directly to the camera, Platforms: iOS, Android).

Implementation

@BuiltValueField(wireName: 'background_type')
BackgroundType get backgroundType;