-
- All Implemented Interfaces:
public class HMSVirtualBackground.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringTAGprivate IntArraytexturesprivate IntegerMIN_API_LEVELpublic final static HMSVirtualBackground.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetTAG()final IntArraygetTextures()final UnitsetTextures(IntArray textures)final IntegergetMIN_API_LEVEL()final UnitsetMIN_API_LEVEL(Integer MIN_API_LEVEL)-
-
Method Detail
-
getTextures
final IntArray getTextures()
-
setTextures
final Unit setTextures(IntArray textures)
-
getMIN_API_LEVEL
final Integer getMIN_API_LEVEL()
-
setMIN_API_LEVEL
final Unit setMIN_API_LEVEL(Integer MIN_API_LEVEL)
-
-
-
-