MFObjectType Constants Reference
| Declared in | MFConstant.h |
|---|---|
| References | MFData.-setObject:forKey: MFUser.-setObject:forKey: |
MFObjectType
MFObjectType enum contains all object types that are used in Mesosfer framework. These codes are used when setting a custom object on MFData and MFUser class.
Definition
typedef NS_ENUM(uint8_t, MFObjectType ) {
MFObjectTypeString,
MFObjectTypeNumber,
MFObjectTypeBoolean,
MFObjectTypeDate,
MFObjectTypeObject,
MFObjectTypeArray,
};
Constants
MFObjectTypeString-
Object with string type.
Declared In
MFConstant.h. MFObjectTypeNumber-
Object with number type.
Declared In
MFConstant.h. MFObjectTypeBoolean-
Object with boolean type.
Declared In
MFConstant.h. MFObjectTypeDate-
Object with date type.
Declared In
MFConstant.h. MFObjectTypeObject-
Object with object type.
Declared In
MFConstant.h. MFObjectTypeArray-
Object with array type.
Declared In
MFConstant.h.
Declared In
MFConstant.h