MPDataPlanOptions Class Reference
Inherits from | NSObject |
---|---|
Declared in | mParticle.h |
dataPlan
Data Plan.
@property (nonatomic, strong, readwrite, nullable) NSDictionary *dataPlan
Discussion
Data Plan.
Data plan value (JSON schema) for blocking data to kits.
Declared In
mParticle.h
blockEvents
Whether to block unplanned events from being sent to kits, default false
@property (nonatomic, readwrite) BOOL blockEvents
Discussion
Whether to block unplanned events from being sent to kits, default false
Declared In
mParticle.h
blockEventAttributes
Whether to block unplanned event attributes from being sent to kits, default false
@property (nonatomic, readwrite) BOOL blockEventAttributes
Discussion
Whether to block unplanned event attributes from being sent to kits, default false
Declared In
mParticle.h
blockUserAttributes
Whether to block unplanned user attributes from being sent to kits, default false
@property (nonatomic, readwrite) BOOL blockUserAttributes
Discussion
Whether to block unplanned user attributes from being sent to kits, default false
Declared In
mParticle.h
blockUserIdentities
Whether to block unplanned user identities from being sent to kits, default false
@property (nonatomic, readwrite) BOOL blockUserIdentities
Discussion
Whether to block unplanned user identities from being sent to kits, default false
Declared In
mParticle.h