FIRLoadBundleTaskState
enum FIRLoadBundleTaskState : NSInteger {}
Represents the state of bundle loading tasks.
Both error
and inProgress
are final states: the task will be in either an aborted or
completed state and there will be no more subsequent updates.
-
Undocumented
Declaration
Objective-C
FIRLoadBundleTaskStateError
-
Undocumented
Declaration
Objective-C
FIRLoadBundleTaskStateInProgress
-
Undocumented
Declaration
Objective-C
FIRLoadBundleTaskStateSuccess