ws1-framework/com.airwatch.login.branding/DefaultBrandingManager
DefaultBrandingManager¶
open class DefaultBrandingManager : BrandingManager, IOnConfigurationChangeListener
This class is used to provide branding for the login screen.
Functions¶
| Name | Summary |
|---|---|
| applyBranding | open fun applyBranding(activity: Activity) Applies branding to the activity. open fun applyBranding(inputField: AWInputField) Applies branding to the input field. open fun applyBranding(nextActionView: AWNextActionView) Applies branding to the next action view. |
| brandInputScreenLogo | open fun brandInputScreenLogo(callBack: BrandingCallBack) Brands the input screen logo. open fun brandInputScreenLogo(callBack: BrandingCallBack, width: Int, height: Int) Brands the input screen logo with specific dimensions. |
| brandLoadingScreenLogo | open fun brandLoadingScreenLogo(callBack: BrandingCallBack) Brands the loading screen logo. open fun brandLoadingScreenLogo(callBack: BrandingCallBack, width: Int, height: Int) Brands the loading screen logo with specific dimensions. |
| getPrimaryColor | open fun getPrimaryColor(): Integer Returns the primary branding color. |