Builder

class Builder

Build your BitmapEncodeOptions.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): BitmapEncodeOptions
Build the object.
compressQuality
Link copied to clipboard
fun compressQuality(@IntRange(from = 0.toLong(), to = 100.toLong()compressQuality: Int): BitmapEncodeOptions.Builder
Updates quality of an encoded screenshot, default is 20.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
width
Link copied to clipboard
fun width(@IntRange(from = 1.toLong()width: Int): BitmapEncodeOptions.Builder
Updates maximum width of an encoded screenshot, default is 250.