ws1-framework/com.airwatch.login/SDKBaseActivity
SDKBaseActivity¶
open class SDKBaseActivity : SDKBaseActivityDelegate.Callback
Base implementation that extends AppCompactActivity if other super class type required please extend or use the SDKBaseActivityDelegate to add the functionality to your base class.
Functions¶
| Name | Summary |
|---|---|
| isInForeground | open fun isInForeground(): Boolean Checks whether the activity is currently in the foreground. |
| showWatermark | open fun showWatermark(): Boolean Controls whether to show watermark in the Activity as per the profile configured. |