Fyne API "driver"

driver


import "fyne.io/fyne/v2/driver"

Usage

func RunNative

func RunNative(fn func(interface{}) error) error

RunNative provides a way to execute code within the platform-specific runtime context for various runtimes. On Android this provides the JVM pointers required to execute various NDK calls or use JNI APIs.

Since: 2.3

types