ws1-framework/com.airwatch.app/AWSDKApplication/getDelegate
getDelegate¶
abstract fun getDelegate(): AWSDKApplication
Gets the delegate instance. This is very helpful if using Kotlin's class delegation model and want to intercept a delegation call.
Return¶
Non-null AWSDKApplication delegate instance.