Class ApplicationProfile

java.lang.Object
com.yoti.api.client.Profile
com.yoti.api.client.ApplicationProfile

public class ApplicationProfile extends Profile
  • Constructor Details

    • ApplicationProfile

      public ApplicationProfile(List<Attribute<?>> attributeList)
      Create a new profile based on a list of attributes
      Parameters:
      attributeList - list containing the attributes for this profile
  • Method Details

    • getApplicationName

      public Attribute<String> getApplicationName()
      The name of the application.
      Returns:
      The name of the application.
    • getApplicationUrl

      public Attribute<String> getApplicationUrl()
      The URI verified by Portal where the application is available at
      Returns:
      The URI verified by Portal where the application is available at
    • getApplicationLogo

      public Attribute<Image> getApplicationLogo()
      The logo of the application that will be displayed to those users that perform a sharing with it.
      Returns:
      The logo of the application that will be displayed to those users that perform a sharing with it.
    • getApplicationReceiptBgColor

      public Attribute<String> getApplicationReceiptBgColor()
      The background colour that will be displayed on each receipt the user gets as a result of a sharing with the application.
      Returns:
      The background colour that will be displayed on each receipt the user gets as a result of a sharing with the application.