Interface | Description |
---|---|
KitIntegration.ActivityListener |
Kits should implement this interface when they require Activity callbacks for any reason.
|
KitIntegration.AttributeListener |
Kits should implement this interface when their underlying service has the notion
of a user with attributes.
|
KitIntegration.CommerceListener |
Kits should implement this interface in order to listen for eCommerce events
|
KitIntegration.EventListener |
Kits should implement this listener to ensure they receive events as they are
sent into the mParticle SDK.
|
KitIntegration.PushListener |
Kits should implement this interface when they have Google Cloud Messaging/push features.
|
Class | Description |
---|---|
KitIntegration |
Base Kit implementation - all Kits must subclass this.
|
KitUtils |
Mixin/Utility class for use in Kit implementations.
|