MPInstallationType Constants Reference
| Declared in | MPEnums.h |
|---|
MPInstallationType
Installation Types
Definition
typedef NS_ENUM(NSInteger, MPInstallationType ) {
MPInstallationTypeAutodetect = 0,
MPInstallationTypeKnownInstall,
MPInstallationTypeKnownUpgrade,
MPInstallationTypeKnownSameVersion,
};
Constants
MPInstallationTypeAutodetect-
mParticle auto-detects the installation type. This is the default value
Declared In
MPEnums.h. MPInstallationTypeKnownInstall-
Informs mParticle this binary is a new installation
Declared In
MPEnums.h. MPInstallationTypeKnownUpgrade-
Informs mParticle this binary is an upgrade
Declared In
MPEnums.h. MPInstallationTypeKnownSameVersion-
Informs mParticle this binary is the same version. This value is for internal use only. It should not be used by developers
Declared In
MPEnums.h.
Declared In
MPEnums.h