-
public class ConsentLayerUIConfig.Position.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final ConsentLayerUIConfig.PositionFULL_SCREENpublic final ConsentLayerUIConfig.PositionHALF_SCREEN_TOPpublic final ConsentLayerUIConfig.PositionHALF_SCREEN_BOTTOMpublic final static ConsentLayerUIConfig.Position.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ConsentLayerUIConfig.Positioncustom(Integer width, Integer height)final ConsentLayerUIConfig.PositiongetFULL_SCREEN()final ConsentLayerUIConfig.PositiongetHALF_SCREEN_TOP()final ConsentLayerUIConfig.PositiongetHALF_SCREEN_BOTTOM()-
-
Method Detail
-
custom
final ConsentLayerUIConfig.Position custom(Integer width, Integer height)
-
getFULL_SCREEN
final ConsentLayerUIConfig.Position getFULL_SCREEN()
-
getHALF_SCREEN_TOP
final ConsentLayerUIConfig.Position getHALF_SCREEN_TOP()
-
getHALF_SCREEN_BOTTOM
final ConsentLayerUIConfig.Position getHALF_SCREEN_BOTTOM()
-
-
-
-