Package im.zego.zegoexpress.entity
Class ZegoItemParam
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoItemParam
-
public class ZegoItemParam extends java.lang.Object
Item param.
-
-
Field Summary
Fields Modifier and Type Field Description int
capacity
The number of users allowed to bind the item.ZegoCreateItemMode
createMode
The mode of create item.long
itemID
Item ID.ZegoPosition
position
The initial position of the item in the range scene.
-
Constructor Summary
Constructors Constructor Description ZegoItemParam()
-
-
-
Field Detail
-
itemID
public long itemID
Item ID.
-
capacity
public int capacity
The number of users allowed to bind the item.
-
position
public ZegoPosition position
The initial position of the item in the range scene.
-
createMode
public ZegoCreateItemMode createMode
The mode of create item.
-
-