AWSPinpointTargetingSession

Objective-C

@interface AWSPinpointTargetingSession

Swift

class AWSPinpointTargetingSession

Provides information about a session.

Required parameters: [StartTimestamp, Id]

  • The duration of the session, in milliseconds.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable duration;

    Swift

    var duration: NSNumber? { get set }
  • The unique identifier for the session.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • The date and time when the session began.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable startTimestamp;

    Swift

    var startTimestamp: String? { get set }
  • The date and time when the session ended.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable stopTimestamp;

    Swift

    var stopTimestamp: String? { get set }