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

UAActionFetchResultNoData

The action did not result in any new data being fetched.

Declared In UAActionResult.h.

UAActionFetchResultNewData

The action resulted in new data being fetched.

Declared In UAActionResult.h.

UAActionFetchResultFailed

The action failed.

Declared In UAActionResult.h.

Declared In

UAActionResult.h