Hierarchy

  • IBlobAndroidProps

Properties

Properties

slice?: ((start: number, end: number) => IBlob<any, MobileOSProps<{}, IBlobAndroidProps>>)

Type declaration

    • (start: number, end: number): IBlob<any, MobileOSProps<{}, IBlobAndroidProps>>
    • Returns a new Blob object containing the data in the specified range of bytes of the existing Blob.

      Method

      slice

      Since

      0.1

      Parameters

      • start: number
      • end: number

      Returns IBlob<any, MobileOSProps<{}, IBlobAndroidProps>>

Generated using TypeDoc