4
4
5
5
import Foundation
6
6
import UIKit
7
- import UserNotifications
8
7
9
8
final class InternalIterableAPI : NSObject , PushTrackerProtocol , AuthProvider {
10
9
var apiKey : String
@@ -362,7 +361,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
362
361
private var config : IterableConfig
363
362
private var apiEndPoint : String
364
363
365
- // Following are needed for handling pending notification and deep link.
364
+ /// Following are needed for handling pending notification and deep link.
366
365
static var pendingNotificationResponse : NotificationResponseProtocol ?
367
366
static var pendingUniversalLink : URL ?
368
367
@@ -379,7 +378,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
379
378
private var _email : String ?
380
379
private var _userId : String ?
381
380
382
- // the hex representation of this device token
381
+ /// the hex representation of this device token
383
382
private var hexToken : String ?
384
383
385
384
private var launchOptions : [ UIApplication . LaunchOptionsKey : Any ] ?
@@ -503,7 +502,6 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
503
502
}
504
503
}
505
504
506
- // package private method. Do not call this directly.
507
505
init ( apiKey: String ,
508
506
launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ? = nil ,
509
507
config: IterableConfig = IterableConfig ( ) ,
0 commit comments