Skip to content

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

applyBranding

abstract fun applyBranding(nextActionView: AWNextActionView)

Applies branding to the next action view.

Parameters

Name Description
nextActionView Non-null view to apply branding to.

abstract fun applyBranding(inputField: AWInputField)

Applies branding to the input field.

Parameters

Name Description
inputField Non-null input field to apply branding to.

abstract fun applyBranding(activity: Activity)

Applies branding to the activity.

Parameters

Name Description
activity Non-null activity to apply branding to.