ws1-framework/com.airwatch.login.branding/BrandingManager/brandInputScreenLogo
brandInputScreenLogo¶
abstract fun brandInputScreenLogo(callBack: BrandingCallBack)
Brands the input screen logo.
Parameters¶
| Name | Description |
|---|---|
| callBack | Non-null callback to receive the branded logo bitmap. |
open fun brandInputScreenLogo(callBack: BrandingCallBack, width: Int, height: Int)
Brands the input screen logo with specific dimensions.
Parameters¶
| Name | Description |
|---|---|
| callBack | Non-null callback to receive the branded logo bitmap. |
| width | Maximum width in pixels for the logo. |
| height | Maximum height in pixels for the logo. |