public abstract class MessageNotifierCustomizationCompat extends java.lang.Object implements MessageNotifierCustomization
Constructor and Description |
---|
MessageNotifierCustomizationCompat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
makeNotifyContent(java.lang.String nick,
IMMessage message)
Customize the message alert on the notification bar
Display the message alert when users swipe the notification bar: content=[nick: has sent a message]
|
abstract java.lang.CharSequence |
makeNotifyContentChars(java.lang.String nick,
IMMessage message) |
java.lang.String |
makeTicker(java.lang.String nick,
IMMessage message)
The ticker of a custom message alert on the notification bar
Text displayed in the pop-up box: ticker=[nick has new messages]
|
abstract java.lang.CharSequence |
makeTickerChars(java.lang.String nick,
IMMessage message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeRevokeMsgTip
public abstract java.lang.CharSequence makeNotifyContentChars(java.lang.String nick, IMMessage message)
public abstract java.lang.CharSequence makeTickerChars(java.lang.String nick, IMMessage message)
public final java.lang.String makeNotifyContent(java.lang.String nick, IMMessage message)
MessageNotifierCustomization
makeNotifyContent
in interface MessageNotifierCustomization
nick
- The nickname of a sendermessage
- The message that is sentpublic final java.lang.String makeTicker(java.lang.String nick, IMMessage message)
MessageNotifierCustomization
makeTicker
in interface MessageNotifierCustomization
nick
- The nickname of a sendermessage
- The message that is sent