AndroidImageBaseSizeStructure

Version #1

Description:

Todo

No description for this structure

Fields:

  • format: Enum<jpg | auto | png | webp> [Optional]
    Default: auto
    Description: Defines the image’s output format.
  • height: Float [Optional]
    Default: null
    Description: Defines the image’s height corresponding to it’s type.
  • type: Enum<original | width | height> [Optional]
    Default: original
    Description: Defines the image’s base size type.
  • width: Float [Optional]
    Default: null
    Description: Defines the image’s width corresponding to it’s type.