类 EaseEmojicon


  • public class EaseEmojicon
    extends java.lang.Object
    • 构造器详细资料

      • EaseEmojicon

        public EaseEmojicon()
      • EaseEmojicon

        public EaseEmojicon​(int icon,
                            java.lang.String emojiText)
        constructor
        参数:
        icon - - resource id of the icon
        emojiText - - text of emoji icon
      • EaseEmojicon

        public EaseEmojicon​(int icon,
                            java.lang.String emojiText,
                            EaseEmojicon.Type type)
        constructor
        参数:
        icon - - resource id of the icon
        emojiText - - text of emoji icon
        type - - normal or big
    • 方法详细资料

      • getIcon

        public int getIcon()
        get the resource id of the icon
        返回:
      • setIcon

        public void setIcon​(int icon)
        set the resource id of the icon
        参数:
        icon -
      • getBigIcon

        public int getBigIcon()
        get the resource id of the big icon
        返回:
      • setBigIcon

        public void setBigIcon​(int dynamicIcon)
        set the resource id of the big icon
      • getEmojiText

        public java.lang.String getEmojiText()
        get text of emoji icon
        返回:
      • setEmojiText

        public void setEmojiText​(java.lang.String emojiText)
        set text of emoji icon
        参数:
        emojiText -
      • getName

        public java.lang.String getName()
        get name of emoji icon
        返回:
      • setName

        public void setName​(java.lang.String name)
        set name of emoji icon
        参数:
        name -
      • getIconPath

        public java.lang.String getIconPath()
        get icon path
        返回:
      • setIconPath

        public void setIconPath​(java.lang.String iconPath)
        set icon path
        参数:
        iconPath -
      • getBigIconPath

        public java.lang.String getBigIconPath()
        get path of big icon
        返回:
      • setBigIconPath

        public void setBigIconPath​(java.lang.String bigIconPath)
        set path of big icon
        参数:
        bigIconPath -
      • getIdentityCode

        public java.lang.String getIdentityCode()
        get identity code
        返回:
      • setIdentityCode

        public void setIdentityCode​(java.lang.String identityCode)
        set identity code
        参数:
        identityCode -
      • isEnableClick

        public boolean isEnableClick()
      • setEnableClick

        public void setEnableClick​(boolean enableClick)
      • newEmojiText

        public static java.lang.String newEmojiText​(int codePoint)