MPKitReturnCode Constants Reference
Declared in | MPKitExecStatus.h |
---|
MPKitReturnCode
Definition
typedef NS_ENUM(NSUInteger, MPKitReturnCode ) {
MPKitReturnCodeSuccess = 0,
MPKitReturnCodeFail,
MPKitReturnCodeCannotExecute,
MPKitReturnCodeUnavailable,
MPKitReturnCodeIncorrectProductVersion,
MPKitReturnCodeRequirementsNotMet,
};
Constants
MPKitReturnCodeSuccess
-
Declared In
MPKitExecStatus.h
. MPKitReturnCodeFail
-
Declared In
MPKitExecStatus.h
. MPKitReturnCodeCannotExecute
-
Declared In
MPKitExecStatus.h
. MPKitReturnCodeUnavailable
-
Declared In
MPKitExecStatus.h
. MPKitReturnCodeIncorrectProductVersion
-
Declared In
MPKitExecStatus.h
. MPKitReturnCodeRequirementsNotMet
-
Declared In
MPKitExecStatus.h
.