Package com.yoti.api.client
Class ApplicationProfile
java.lang.Object
com.yoti.api.client.Profile
com.yoti.api.client.ApplicationProfile
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationProfile(List<Attribute<?>> attributeList) Create a new profile based on a list of attributes -
Method Summary
Modifier and TypeMethodDescriptionThe logo of the application that will be displayed to those users that perform a sharing with it.The name of the application.The background colour that will be displayed on each receipt the user gets as a result of a sharing with the application.The URI verified by Portal where the application is available atMethods inherited from class com.yoti.api.client.Profile
findAttributesStartingWith, findAttributeStartingWith, getAttribute, getAttribute, getAttributeById, getAttributes
-
Constructor Details
-
ApplicationProfile
Create a new profile based on a list of attributes- Parameters:
attributeList- list containing the attributes for this profile
-
-
Method Details
-
getApplicationName
The name of the application.- Returns:
- The name of the application.
-
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
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
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.
-