set Logo Position
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
logo Anchor
This value to use for positioning the logo By default the logo is placed in the lower-center of the preview.
logo Offset X
The amount to apply to the logo's left coordinates.
logo Offset Y
The amount to apply to the logo's top coordinates.