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.

Methods

public abstract boolean isSupported()Indicates whether this native interface is supported on the current platform

Method details

isSupported

public abstract 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