ISAnalyticsDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | ISAnalyticsManager.h |
– analyticsManagerShouldSendGenericEvent:
Method called before sending an analytics event.
- (Boolean)analyticsManagerShouldSendGenericEvent:(ISAnalyticsGenericEvent *)event
Parameters
event |
The analytics event that will be sent. |
---|
Return Value
YES if you want to send this event, otherwise NO.
Declared In
ISAnalyticsManager.h
– analyticsManagerShouldMigrateData
Method used to know if we need to migrate analytics data when a new database is installed (version changed).
- (Boolean)analyticsManagerShouldMigrateData
Return Value
YES if you want to migrate, otherwise NO.
Declared In
ISAnalyticsManager.h