ws1-framework/com.airwatch.login.branding/BrandingManager/brandLoadingScreenLogo
brandLoadingScreenLogo¶
abstract fun brandLoadingScreenLogo(callBack: BrandingCallBack)
Brands the loading screen logo.
Parameters¶
| Name | Description |
|---|---|
| callBack | Non-null callback to receive the branded logo bitmap. |
open fun brandLoadingScreenLogo(callBack: BrandingCallBack, width: Int, height: Int)
Brands the loading 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. |