opaqueId property

String? get opaqueId

The opaque identifier. This customer-provided identifier can be used by our customer to cross-reference this ReadID Session to an app session identifier.

Implementation

String? get opaqueId => _map["opaqueId"] as String?;