Class ActivityDetails

java.lang.Object
com.yoti.api.client.ActivityDetails

public final class ActivityDetails extends Object
Details of an activity between a user and the application.
  • Constructor Details

  • Method Details

    • getUserProfile

      public HumanProfile getUserProfile()
      Get the profile associated with the user.
      Returns:
      profile containing attributes for the user
    • getApplicationProfile

      public ApplicationProfile getApplicationProfile()
      Get the profile associated with the application.
      Returns:
      profile containing attributes for the application
    • getRememberMeId

      public String getRememberMeId()
      Return the rememberMeId, which is a unique, stable identifier for a user in the context of an application. You can use it to identify returning users. This value will be different for the same user in different applications.
      Returns:
      rememberMeId
    • getParentRememberMeId

      public String getParentRememberMeId()
      Return the parentRememberMeId, which is a unique, stable identifier for a user in the context of an organisation. You can use it to identify returning users. This value is consistent for a given user across different apps belonging to a single organisation.
      Returns:
      parentRememberMeId
    • getTimestamp

      public Date getTimestamp()
      Time and date of the sharing activity
      Returns:
      time and date of the activity
    • getReceiptId

      public String getReceiptId()
      ReceiptId identifying a completed sharing activity.
      Returns:
      receiptId
    • getExtraData

      public ExtraData getExtraData()
      Return the extra data associated with the receipt.
      Returns:
      ExtraData associated with the receipt