Package org.eclipse.keyple.plugin.android.omapi

This document is the specification of the API dedicated to the integration of the Android OMAPI plugin in a Android Keyple Application.

Types

AndroidOmapiPlugin
Link copied to clipboard
interface AndroidOmapiPlugin : KeyplePluginExtension
Generic type for a Keyple Android OMAPI plugin extension.
AndroidOmapiPluginFactory
Link copied to clipboard
interface AndroidOmapiPluginFactory : KeyplePluginExtensionFactory
Interface for the OMAPI Plugin Factory.
AndroidOmapiPluginFactoryProvider
Link copied to clipboard
class AndroidOmapiPluginFactoryProvider(activity: Activity, callback: (AndroidOmapiPluginFactory) -> Unit) : AndroidOmapiPluginFactory
The following example shows how to create a AndroidOmapiPluginFactoryFactory object with the AndroidOmapiPluginFactoryProvider and use it to register a Plugin.
AndroidOmapiReader
Link copied to clipboard
interface AndroidOmapiReader : KeypleReaderExtension
Generic type for a Keyple Android OMAPI reader extension.