MPNetworkOptions Class Reference
Inherits from | NSObject |
---|---|
Declared in | mParticle.h |
configHost
Allows you to override the default configuration host.
@property (nonatomic) NSString *configHost
Discussion
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 overridesConfigSubdirectory
Discussion
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 *eventsHost
Discussion
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 overridesEventsSubdirectory
Discussion
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 *identityHost
Discussion
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 overridesIdentitySubdirectory
Discussion
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 *aliasHost
Discussion
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 overridesAliasSubdirectory
Discussion
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 eventsOnly
Discussion
Defaults to false. Prevents the eventsHost above from overwriting the alias endpoint.
Declared In
mParticle.h