Skip to content

Commit

Permalink
Merge commit '9b5a90929592c0202358a83e4e185b2a09ad1ecc' into metricsM…
Browse files Browse the repository at this point in the history
…ainThread
  • Loading branch information
pkamb committed Mar 18, 2015
2 parents 61a9873 + 9b5a909 commit 5a13dde
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ - (BOOL)engageLocalEvent:(NSString *)event userInfo:(NSDictionary *)userInfo cus

- (BOOL)engageCodePoint:(NSString *)codePoint fromInteraction:(ATInteraction *)fromInteraction userInfo:(NSDictionary *)userInfo customData:(NSDictionary *)customData extendedData:(NSArray *)extendedData fromViewController:(UIViewController *)viewController {
ATLogInfo(@"Engage Apptentive event: %@", codePoint);
if (![[ATBackend sharedBackend] isReady]) {
return NO;
}

[[ApptentiveMetrics sharedMetrics] addMetricWithName:codePoint fromInteraction:fromInteraction info:userInfo customData:customData extendedData:extendedData];

Expand Down

0 comments on commit 5a13dde

Please sign in to comment.