WatermarkUtils

object WatermarkUtils : Base<WatermarkUtils>

Utility class for draw a watermarks.

Functions

Link copied to clipboard
fun drawWatermark(    context: Context,     bitmap: Bitmap,     watermark: Watermark)

Draw a watermark into bitmap.

fun drawWatermark(    context: Context,     bitmap: Bitmap,     watermarkList: ArrayList<Watermark>)

Draw a list of watermarks into bitmap.

Properties

Link copied to clipboard
var firebaseAnalyticsEnabled: Boolean

Determines if the event log in Firebase Analytics is enabled for the class instance, for the event log, the static property of the companion object firebaseAnalyticsInstance must also be assigned, if that property is null, no events will be logged, since what is required.