Interface NativeInterface


public interface NativeInterface

This is a marker interface that should be extended by a user interface in order to indicate that said interface is implemented in native code. To understand more about native interfaces you can check out this quick "How Do I?" tutorial.

Alternatively you can dig deeper into this tutorial for integrating 3rd party native libraries.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether this native interface is supported on the current platform
  • Method Details

    • isSupported

      boolean isSupported()

      Indicates whether this native interface is supported on the current platform

      Returns

      true if the native interface is supported on the given platform