public interface LicensePresenter
Modifier and Type | Method and Description |
---|---|
String |
getNotice()
Returns a notice to display to the user, indicating
that all licenses must be accepted for the user to be able to continue.
|
void |
presentLicenses(boolean preAccept)
Displays license(s) to the user.
|
void presentLicenses(boolean preAccept) throws LicenseRejectedException
preAccept
- Whether or not to auto-accept the license(s) displayedLicenseRejectedException
- If the licence is rejected.String getNotice()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.