Commit e026fd20 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Add optional documentation

parent e4f40bb8
...@@ -2,14 +2,14 @@ package chat.rocket.android.emoji ...@@ -2,14 +2,14 @@ package chat.rocket.android.emoji
interface EmojiKeyboardListener { interface EmojiKeyboardListener {
/** /**
* When an emoji is selected on the picker. * Callback when an emoji is selected on the picker (optional operation).
* *
* @param emoji The selected emoji * @param emoji The selected emoji
*/ */
fun onEmojiAdded(emoji: Emoji) {} fun onEmojiAdded(emoji: Emoji) {}
/** /**
* When backspace key is clicked. * Callback when backspace key is clicked (optional operation).
* *
* @param keyCode The key code pressed as defined * @param keyCode The key code pressed as defined
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment