Codota Logo
EaseChatInputMenu$ChatInputMenuListener
Code IndexAdd Codota to your IDE (free)

How to use
EaseChatInputMenu$ChatInputMenuListener
in
com.hyphenate.easeui.widget

Best Java code snippets using com.hyphenate.easeui.widget.EaseChatInputMenu$ChatInputMenuListener (Showing top 15 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: zhangchunbin/HuanXinDemo

@Override
public void onExpressionClicked(EaseEmojicon emojicon) {
  if(emojicon.getType() != EaseEmojicon.Type.BIG_EXPRESSION){
    if(emojicon.getEmojiText() != null){
      chatPrimaryMenu.onEmojiconInputEvent(EaseSmileUtils.getSmiledText(context,emojicon.getEmojiText()));
    }
  }else{
    if(listener != null){
      listener.onBigExpressionClicked(emojicon);
    }
  }
}
origin: easemob/livestream_demo_android

  @Override
  public boolean onPressToSpeakBtnTouch(View v, MotionEvent event) {
    if(listener != null){
      return listener.onPressToSpeakBtnTouch(v, event);
    }
    return false;
  }
});
origin: WuXiaolong/WoChat

@Override
public void onSendBtnClicked(String content) {
  if (listener != null)
    listener.onSendMessage(content);
}
origin: stevenwsg/XSY-University-trade

@Override
public void onExpressionClicked(EaseEmojicon emojicon) {
  if(emojicon.getType() != EaseEmojicon.Type.BIG_EXPRESSION){
    if(emojicon.getEmojiText() != null){
      chatPrimaryMenu.onEmojiconInputEvent(EaseSmileUtils.getSmiledText(context,emojicon.getEmojiText()));
    }
  }else{
    if(listener != null){
      listener.onBigExpressionClicked(emojicon);
    }
  }
}
origin: stevenwsg/XSY-University-trade

  @Override
  public boolean onPressToSpeakBtnTouch(View v, MotionEvent event) {
    if(listener != null){
      return listener.onPressToSpeakBtnTouch(v, event);
    }
    return false;
  }
});
origin: Vegen/SmartCampus

@Override
public void onSendBtnClicked(String content) {
  if (listener != null)
    listener.onSendMessage(content);
}
origin: zhangchunbin/HuanXinDemo

  @Override
  public boolean onPressToSpeakBtnTouch(View v, MotionEvent event) {
    if(listener != null){
      return listener.onPressToSpeakBtnTouch(v, event);
    }
    return false;
  }
});
origin: WuXiaolong/WoChat

@Override
public void onExpressionClicked(EaseEmojicon emojicon) {
  if(emojicon.getType() != EaseEmojicon.Type.BIG_EXPRESSION){
    if(emojicon.getEmojiText() != null){
      chatPrimaryMenu.onEmojiconInputEvent(EaseSmileUtils.getSmiledText(context,emojicon.getEmojiText()));
    }
  }else{
    if(listener != null){
      listener.onBigExpressionClicked(emojicon);
    }
  }
}
origin: WuXiaolong/WoChat

  @Override
  public boolean onPressToSpeakBtnTouch(View v, MotionEvent event) {
    if(listener != null){
      return listener.onPressToSpeakBtnTouch(v, event);
    }
    return false;
  }
});
origin: easemob/livestream_demo_android

@Override
public void onSendBtnClicked(String content) {
  if (listener != null)
    listener.onSendMessage(content);
}
origin: Vegen/SmartCampus

@Override
public void onExpressionClicked(EaseEmojicon emojicon) {
  if(emojicon.getType() != EaseEmojicon.Type.BIG_EXPRESSION){
    if(emojicon.getEmojiText() != null){
      chatPrimaryMenu.onEmojiconInputEvent(EaseSmileUtils.getSmiledText(context,emojicon.getEmojiText()));
    }
  }else{
    if(listener != null){
      listener.onBigExpressionClicked(emojicon);
    }
  }
}
origin: Vegen/SmartCampus

  @Override
  public boolean onPressToSpeakBtnTouch(View v, MotionEvent event) {
    if(listener != null){
      return listener.onPressToSpeakBtnTouch(v, event);
    }
    return false;
  }
});
origin: zhangchunbin/HuanXinDemo

@Override
public void onSendBtnClicked(String content) {
  if (listener != null)
    listener.onSendMessage(content);
}
origin: stevenwsg/XSY-University-trade

@Override
public void onSendBtnClicked(String content) {
  if (listener != null)
    listener.onSendMessage(content);
}
origin: easemob/livestream_demo_android

@Override
public void onExpressionClicked(EaseEmojicon emojicon) {
  if(emojicon.getType() != EaseEmojicon.Type.BIG_EXPRESSION){
    if(emojicon.getEmojiText() != null){
      chatPrimaryMenu.onEmojiconInputEvent(EaseSmileUtils.getSmiledText(context,emojicon.getEmojiText()));
    }
  }else{
    if(listener != null){
      listener.onBigExpressionClicked(emojicon);
    }
  }
}
com.hyphenate.easeui.widgetEaseChatInputMenu$ChatInputMenuListener

Most used methods

  • onBigExpressionClicked
    大表情被点击
  • onPressToSpeakBtnTouch
    长按说话按钮touch事件
  • onSendMessage
    发送消息按钮点击

Popular in Java

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • putExtra (Intent)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JCheckBox (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registery of org.quartz
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now