Class SORIAudioMarker

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SORIAudioMarker
     implements Parcelable
                        

    Immutable audio marker identity resolved by SORI Console after activity reporting succeeds.

    Both values come from the activity response. The SDK never substitutes a bundled codebook label when either response field is absent or blank.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
      private final String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The SORI Console-managed audio marker identifier.
      final String getName() The SORI Console-managed audio marker name.
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         final String getId()

        The SORI Console-managed audio marker identifier.

      • getName

         final String getName()

        The SORI Console-managed audio marker name.