setParallaxOffset

open fun setParallaxOffset(parallaxOffset: Int)

Manual parallax offset that will override the automatically computed parallax offset. The parallax offset is computed automatically by the SDK, which hsould be sufficient in most cases. However, if you have a complex integration that prevent the SDK grom computinf the offset properly, you can compute it yourself and provide it by setting this property. The parallax offset must be a int. You must set its value to SAS_PARALLAX_AUTOMATIC_OFFSET to use the automatic offset computing.

Parameters

parallaxOffset