JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.codename1.system
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isSupported
()
Indicates whether this native interface is supported on the current platform
Method Detail
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method