setLogoPosition
fun setLogoPosition(logoAnchor: SDKConstants.LogoAnchor, logoOffsetX: Int, logoOffsetY: Int): PreviewConfig.Builder
this API positions the logo using the LogoAnchor and the offset.
Since
1.0.0
Return
the builder
Parameters
logoAnchor
This value to use for positioning the logo By default the logo is placed in the lower-center of the preview.
logoOffsetX
The amount to apply to the logo's left coordinates.
logoOffsetY
The amount to apply to the logo's top coordinates.