Class SORIAudioMarkerState

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SORIAudioMarkerState
     implements Parcelable
                        

    Immutable snapshot of the SDK-owned current marker state.

    marker contains only a Console-resolved identity, and is present only while status is SORIAudioMarkerStatus.IDENTIFIED. Private detector codes are never exposed. Timestamp values use Android's monotonic SystemClock.elapsedRealtime() time base, not Unix or wall time. Consumers render these snapshots; the SDK owns expiration and emits clearing transitions. Reading or replaying this value never renews evidence freshness.

    generation identifies the capture session and revision orders transitions within it. Historical SORIActivityResult markers remain valid when the current state clears.