Type alias NativeImageType

NativeImageType: {
    toDataURL(): string;
}

For the APIs that take images, the value of the image type returned by the getVideoSourcesCallBack method, passed in the shareSource API.

Type declaration

  • toDataURL:function
    • The data URL of the image.

      Returns string