ZabGo
04/21/2020, 8:07 AMfun foo(bar: Activity){}
Do I have to add anything in the build.gradle.kts?
Thanks for your help.David Eriksson
04/21/2020, 8:12 AMDavid Eriksson
04/21/2020, 8:14 AMZabGo
04/21/2020, 8:24 AMfun setContext(currentActivity: Activity!){
connector.setUIContext(currentActivity) // this function request an Activity as parameter
}
Lawrence L
04/22/2020, 1:10 AMjava.lang.Object
↳ android.content.Context
↳ android.content.ContextWrapper
↳ android.view.ContextThemeWrapper
↳ android.app.Activity