Fyne API "driver.AndroidContext"
driver.AndroidContext
import "fyne.io/fyne/v2/driver"
Usage
type AndroidContext
type AndroidContext struct {
VM, Env, Ctx uintptr
}
AndroidContext is passed to the RunNative callback when it is executed on an Android device. The VM, Env and Ctx pointers are required to make various calls into JVM methods.
Since:
2.3