public class NotificationHelperBase 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 |
NotificationHelperBase(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 |
prepareFileTransferProgressNotification(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) |
cancelChatNotification, cancelFileTransferRequestNotification, cancelNotification, createFileTransferAcceptIntent, createFileTransferProgressPendingIntent, createFileTransferRejectIntent, createFileTransferRequestPendingIntent, createIntstance, getForegroundNotification, notificationUpdateFail, notifyFileTransferProgress, notifyFileTransferRequest, notifyNewChatMessage, notifyNewMucMessage, notifySubscribeRequest, showMucError, showWarning, updateLight, updateSound, updateVibrateprotected NotificationHelperBase(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 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 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 NotificationHelperCopyright © 2016. All rights reserved.