MPNetworkOptions Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | mParticle.h |
configHost
Allows you to override the default configuration host.
@property (nonatomic) NSString *configHostDiscussion
Allows you to override the default configuration host.
Declared In
mParticle.h
overridesConfigSubdirectory
Defaults to false. If set true the configHost above with overwrite the subdirectory of the URL in addition to the host.
@property (nonatomic) BOOL overridesConfigSubdirectoryDiscussion
Defaults to false. If set true the configHost above with overwrite the subdirectory of the URL in addition to the host.
Declared In
mParticle.h
eventsHost
Allows you to override the default event host.
@property (nonatomic) NSString *eventsHostDiscussion
Allows you to override the default event host.
Declared In
mParticle.h
overridesEventsSubdirectory
Defaults to false. If set true the eventsHost above with overwrite the subdirectory of the URL in addition to the host.
@property (nonatomic) BOOL overridesEventsSubdirectoryDiscussion
Defaults to false. If set true the eventsHost above with overwrite the subdirectory of the URL in addition to the host.
Declared In
mParticle.h
identityHost
Allows you to override the default identity host.
@property (nonatomic) NSString *identityHostDiscussion
Allows you to override the default identity host.
Declared In
mParticle.h
overridesIdentitySubdirectory
Defaults to false. If set true the identityHost above with overwrite the subdirectory of the URL in addition to the host.
@property (nonatomic) BOOL overridesIdentitySubdirectoryDiscussion
Defaults to false. If set true the identityHost above with overwrite the subdirectory of the URL in addition to the host.
Declared In
mParticle.h
aliasHost
Allows you to override the default alias host.
@property (nonatomic) NSString *aliasHostDiscussion
Allows you to override the default alias host.
Declared In
mParticle.h
overridesAliasSubdirectory
Defaults to false. If set true the aliasHost above with overwrite the subdirectory of the URL in addition to the host.
@property (nonatomic) BOOL overridesAliasSubdirectoryDiscussion
Defaults to false. If set true the aliasHost above with overwrite the subdirectory of the URL in addition to the host.
Declared In
mParticle.h
eventsOnly
Defaults to false. Prevents the eventsHost above from overwriting the alias endpoint.
@property (nonatomic) BOOL eventsOnlyDiscussion
Defaults to false. Prevents the eventsHost above from overwriting the alias endpoint.
Declared In
mParticle.h