Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 0796377

Browse files
committed
fixes up lint warnings
1 parent e05d2ab commit 0796377

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Iterable-iOS-SDK/IterableAPI.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ typedef NS_ENUM(NSInteger, PushServicePlatform) {
467467
468468
@abstract Tracks a InAppOpen event with custom completion blocks
469469
470-
@param campaignId The campaignId of the notification
471470
@param messageId The messageId of the notification
472471
*/
473472
- (void)trackInAppOpen:(NSString *)messageId;

Iterable-iOS-SDK/IterableAPI.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,6 @@ - (void)spawnInAppNotification:(ITEActionBlock)callbackBlock
813813
NSDictionary *dialogOptions = [IterableInAppManager getNextMessageFromPayload:payload];
814814
if (dialogOptions != nil) {
815815
NSDictionary *message = [dialogOptions valueForKeyPath:ITERABLE_IN_APP_CONTENT];
816-
NSNumber *templateId = [message valueForKey:ITBL_KEY_TEMPLATE_ID];
817-
818-
NSNumber *campaignId = [dialogOptions valueForKey:ITBL_KEY_CAMPAIGN_ID];
819816
NSString *messageId = [dialogOptions valueForKey:ITBL_KEY_MESSAGE_ID];
820817

821818
[self trackInAppOpen:messageId];

0 commit comments

Comments
 (0)