UAActionFetchResult Constants Reference
Declared in | UAActionResult.h |
UAActionFetchResult
Represents the result of performing a background fetch, or none if no fetch was performed.
Definition
typedef NS_OPTIONS(NSInteger, UAActionFetchResult ) {
UAActionFetchResultNoData = UIBackgroundFetchResultNoData,
UAActionFetchResultNewData = UIBackgroundFetchResultNewData,
UAActionFetchResultFailed = UIBackgroundFetchResultFailed,
};
Constants
Declared In
UAActionResult.h