Uses of Class
com.restfb.types.webhook.messaging.PostbackReferral
-
Packages that use PostbackReferral Package Description com.restfb.types.webhook.messaging -
-
Uses of PostbackReferral in com.restfb.types.webhook.messaging
Subclasses of PostbackReferral in com.restfb.types.webhook.messaging Modifier and Type Class Description class
ReferralItem
Represents the referral field from Scenario 2: https://developers.facebook.com/docs/messenger-platform/referral-paramsMethods in com.restfb.types.webhook.messaging that return PostbackReferral Modifier and Type Method Description PostbackReferral
PostbackItem. getReferral()
Comes only with Get Started postback and if an optional ref param was passed from the entry point, such as m.me link.Methods in com.restfb.types.webhook.messaging with parameters of type PostbackReferral Modifier and Type Method Description void
PostbackItem. setReferral(PostbackReferral referral)
Comes only with Get Started postback and if an optional ref param was passed from the entry point, such as m.me link.
-