Uses of Class
com.restfb.types.ads.AdDeliveryCheck
-
Packages that use AdDeliveryCheck Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdDeliveryCheck in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdDeliveryCheck Modifier and Type Method Description List<AdDeliveryCheck>
AdAccount. getFailedDeliveryChecks()
Methods in com.restfb.types.ads with parameters of type AdDeliveryCheck Modifier and Type Method Description boolean
AdAccount. addFailedDeliveryCheck(AdDeliveryCheck adDevliveryCheck)
boolean
AdAccount. removeFailedDeliveryCheck(AdDeliveryCheck adDevliveryCheck)
-