MParticleSession Class Reference

Inherits from NSObject
Declared in mParticle.h

Overview

An SDK session.

Sessions are typically started and ended automatically by the SDK based on App lifecycle events.

Automatic session management can be disabled if desired and is always disabled in App Extensions.

  sessionID

A hash of the session UUID.

@property (nonatomic, readonly) NSNumber *sessionID

Discussion

A hash of the session UUID.

Declared In

mParticle.h

  UUID

The session UUID.

@property (nonatomic, readonly) NSString *UUID

Discussion

The session UUID.

Declared In

mParticle.h

  startTime

The session start time.

@property (nonatomic, readonly) NSNumber *startTime

Discussion

The session start time.

Declared In

mParticle.h