MBPlatformType Constants Reference
Declared in | MBPlatform.h |
---|
MBPlatformType
The possible operating system types on which this code could run.
Definition
typedef NS_ENUM(NSUInteger, MBPlatformType ) {
MBPlatformTypeUnknown = 0,
MBPlatformTypeMacOS = 1,
MBPlatformTypeIOS = 2,
MBPlatformTypeTVOS = 3,
MBPlatformTypeWatchOS = 4,
};
Constants
MBPlatformTypeUnknown
-
The platform is not known.
Declared In
MBPlatform.h
. MBPlatformTypeMacOS
-
The platform runs macOS.
Declared In
MBPlatform.h
. MBPlatformTypeIOS
-
The platform runs iOS.
Declared In
MBPlatform.h
. MBPlatformTypeTVOS
-
The platform runs tvOS.
Declared In
MBPlatform.h
. MBPlatformTypeWatchOS
-
The platform runs watchOS.
Declared In
MBPlatform.h
.
Declared In
MBPlatform.h