public class NotificationHelperHoneycomb extends NotificationHelper
AUTH_REQUEST_NOTIFICATION_ID, CHAT_NOTIFICATION_ID, context, DEFAULT_NOTIFICATION_URI, ERROR_NOTIFICATION_ID, FILE_TRANSFER_NOTIFICATION_ID, NOTIFICATION_ID, notificationManager, TAG| Modifier | Constructor and Description |
|---|---|
protected |
NotificationHelperHoneycomb(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected android.app.Notification |
prepareChatNotification(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent event) |
protected android.app.Notification |
prepareChatNotification(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent event) |
protected android.app.Notification.Builder |
prepareChatNotificationInt(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent event) |
protected android.app.Notification.Builder |
prepareChatNotificationInt(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent event) |
protected void |
prepareChatNotificationUnreadMessages(android.app.Notification.Builder builder,
android.database.Cursor c) |
protected android.app.Notification |
prepareFileTransferProgressNotification(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
FileTransferFeature.State state) |
protected android.app.Notification.Builder |
prepareFileTransferProgressNotificationInt(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
FileTransferFeature.State state) |
protected android.app.Notification |
prepareFileTransferRequestNotification(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
String tag) |
protected android.app.Notification.Builder |
prepareFileTransferRequestNotificationInt(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
String tag) |
protected void |
updateLight(android.app.Notification.Builder builder,
String lightKey) |
protected void |
updateSound(android.app.Notification.Builder builder,
String soundKey) |
protected void |
updateVibrate(android.app.Notification.Builder builder,
String vibrateKey) |
cancelChatNotification, cancelFileTransferRequestNotification, cancelNotification, createFileTransferAcceptIntent, createFileTransferProgressPendingIntent, createFileTransferRejectIntent, createFileTransferRequestPendingIntent, createIntstance, getForegroundNotification, notificationUpdateFail, notifyFileTransferProgress, notifyFileTransferRequest, notifyNewChatMessage, notifyNewMucMessage, notifySubscribeRequest, showMucError, showWarning, updateLight, updateSound, updateVibrateprotected NotificationHelperHoneycomb(android.content.Context context)
protected android.app.Notification prepareChatNotification(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent event)
throws tigase.jaxmpp.core.client.xml.XMLException
prepareChatNotification in class NotificationHelpertigase.jaxmpp.core.client.xml.XMLExceptionprotected android.app.Notification prepareChatNotification(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent event)
throws tigase.jaxmpp.core.client.xml.XMLException
prepareChatNotification in class NotificationHelpertigase.jaxmpp.core.client.xml.XMLExceptionprotected android.app.Notification.Builder prepareChatNotificationInt(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent event)
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionprotected android.app.Notification.Builder prepareChatNotificationInt(int ico,
String title,
String text,
android.app.PendingIntent pendingIntent,
tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent event)
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionprotected void prepareChatNotificationUnreadMessages(android.app.Notification.Builder builder,
android.database.Cursor c)
protected android.app.Notification prepareFileTransferProgressNotification(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
FileTransferFeature.State state)
prepareFileTransferProgressNotification in class NotificationHelperprotected android.app.Notification.Builder prepareFileTransferProgressNotificationInt(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
FileTransferFeature.State state)
protected android.app.Notification prepareFileTransferRequestNotification(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
String tag)
prepareFileTransferRequestNotification in class NotificationHelperprotected android.app.Notification.Builder prepareFileTransferRequestNotificationInt(int ico,
String title,
String text,
tigase.jaxmpp.core.client.xmpp.modules.filetransfer.FileTransfer ft,
tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
String tag)
protected void updateLight(android.app.Notification.Builder builder,
String lightKey)
protected void updateSound(android.app.Notification.Builder builder,
String soundKey)
protected void updateVibrate(android.app.Notification.Builder builder,
String vibrateKey)
Copyright © 2019. All rights reserved.