接口 IGiftMsg
- 所有超级接口:
IMsg,Serializable
- 作者:
- mjz
-
方法详细资料
-
getBadgeName
粉丝牌名称 -
getBadgeLevel
default byte getBadgeLevel()粉丝牌等级 -
getUid
String getUid()发送方id -
getUsername
String getUsername()发送方用户名 -
getUserAvatar
发送方头像地址- 从以下版本开始:
- 0.0.11
-
getGiftName
String getGiftName()礼物名称 -
getGiftImg
String getGiftImg()礼物图像地址 -
getGiftId
String getGiftId()礼物id -
getGiftCount
int getGiftCount()礼物数量- 返回:
- 礼物数量,可能为0
-
getGiftPrice
int getGiftPrice()单个礼物价格 -
getReceiveUid
String getReceiveUid()接收方id -
getReceiveUsername
String getReceiveUsername()接收方用户名
-