Class SORICampaign

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SORICampaign
     implements Parcelable
                        

    Represents a SORI campaign that found during the audio recognition process.

    • Method Detail

      • getActivityId

         final String getActivityId()

        The server activity ID shared by an initial activity and its refinement. This is null for responses from older servers that do not provide activity_id.

      • getId

         final String getId()

        The unique identifier of the campaign.

      • getCreatedAt

         final Long getCreatedAt()

        The timestamp when the campaign was created.

      • getMaterialId

         final String getMaterialId()

        The recognized material ID that produced this campaign.

      • getTrait

         final SORIActivityTrait getTrait()

        Legacy request-side data retained for source and binary compatibility. SDK activity responses leave this null because bundled codebook labels are private transport evidence, not public marker identity. Use SORIAudioMarker marker events instead.