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

Usage

func RunNative

  func RunNative(fn func(any) 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