Skip to content

ws1-framework/com.airwatch.login.branding/BrandingManager

BrandingManager

interface BrandingManager

This interface is used to provide branding for the login screen.

Functions

Name Summary
applyBranding abstract fun applyBranding(activity: Activity)
Applies branding to the activity.
abstract fun applyBranding(inputField: AWInputField)
Applies branding to the input field.
abstract fun applyBranding(nextActionView: AWNextActionView)
Applies branding to the next action view.
brandInputScreenLogo abstract 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 abstract 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 abstract fun getPrimaryColor(): Integer
Returns the primary branding color.

Inheritors

Name
DefaultBrandingManager