C D E G H L N O P R W 

C

canPresentCard(Bundle) - Static method in class com.facebook.notifications.NotificationsManager
Returns whether or not a notification bundle has a valid push payload.
com.facebook.notifications - package com.facebook.notifications
 
CREATOR - Static variable in class com.facebook.notifications.NotificationCardResult
 

D

describeContents() - Method in class com.facebook.notifications.NotificationCardResult
 

E

extendNotification(Notification.Builder) - Method in interface com.facebook.notifications.NotificationsManager.NotificationExtender
 
EXTRA_PAYLOAD_INTENT - Static variable in class com.facebook.notifications.NotificationsManager
The intent extra key to be used for pending intents used in notifications created by `presentNotification()`

G

getActionUri() - Method in class com.facebook.notifications.NotificationCardResult
 

H

handleActivityResult(int, int, Intent) - Static method in class com.facebook.notifications.NotificationsManager
Handle the result of an activity started using prepare(Context, Bundle, PrepareCallback) or present(Activity, Bundle).

L

LIBRARY_VERSION - Static variable in class com.facebook.notifications.NotificationsManager
The version of the In-App Notifications Library

N

NotificationCardResult - Class in com.facebook.notifications
 
NotificationCardResult(Uri) - Constructor for class com.facebook.notifications.NotificationCardResult
 
NotificationsManager - Class in com.facebook.notifications
Manages incoming remote notifications for push card presentation.
NotificationsManager.NotificationExtender - Interface in com.facebook.notifications
Allows for customizing of notifications before they are displayed.
NotificationsManager.PrepareCallback - Interface in com.facebook.notifications
Represents handlers to be invoked when preparation of a card is completed.

O

onError(Exception) - Method in interface com.facebook.notifications.NotificationsManager.PrepareCallback
 
onPrepared(Intent) - Method in interface com.facebook.notifications.NotificationsManager.PrepareCallback
 

P

PAYLOAD_VERSION - Static variable in class com.facebook.notifications.NotificationsManager
The highest supported payload version by this version of the Notifications SDK
prepareCard(Context, Bundle, NotificationsManager.PrepareCallback) - Static method in class com.facebook.notifications.NotificationsManager
Prepare and pre-load a notification bundle into memory.
presentCard(Activity, Bundle) - Static method in class com.facebook.notifications.NotificationsManager
Present an intent from a given activity to show the notification bundle contained in notificationBundle.
presentCardFromNotification(Activity) - Static method in class com.facebook.notifications.NotificationsManager
Present a card from the notification this activity was created from, if the notification exists.
presentCardFromNotification(Activity, Intent) - Static method in class com.facebook.notifications.NotificationsManager
Present a card from the notification this activity was relaunched from, if the notification exists.
presentNotification(Context, Bundle, Intent) - Static method in class com.facebook.notifications.NotificationsManager
Present a Notification to be presented from a GCM push bundle.
presentNotification(Context, Bundle, Intent, NotificationsManager.NotificationExtender) - Static method in class com.facebook.notifications.NotificationsManager
Present a Notification to be presented from a GCM push bundle.

R

REQUEST_CODE - Static variable in class com.facebook.notifications.NotificationsManager
The request code to use for intents returned by NotificationsManager.PrepareCallback

W

writeToParcel(Parcel, int) - Method in class com.facebook.notifications.NotificationCardResult
 
C D E G H L N O P R W