Uses of Class
com.restfb.types.Application
-
Uses of Application in com.restfb.types
Modifier and TypeMethodDescriptionPageCallToAction.getAndroidApp()
App that stores the destination info on Android.UserIDForApp.getApp()
Notification.getApplication()
The app responsible for generating the notification.PageRating.getApplication()
PageTab.getApplication()
The app that is in the tabPayment.getApplication()
The app associated with this paymentPageCallToAction.getIphoneApp()
App that stores the destination info on iPhone.Modifier and TypeMethodDescriptionvoid
PageCallToAction.setAndroidApp
(Application androidApp) App that stores the destination info on Android.void
UserIDForApp.setApp
(Application app) void
Notification.setApplication
(Application application) The app responsible for generating the notification.void
PageRating.setApplication
(Application application) void
PageTab.setApplication
(Application application) The app that is in the tabvoid
Payment.setApplication
(Application application) The app associated with this paymentvoid
PageCallToAction.setIphoneApp
(Application iphoneApp) App that stores the destination info on iPhone.