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

Link copied to clipboard
interface AndroidOmapiPlugin : KeyplePluginExtension

Generic type for a Keyple Android OMAPI plugin extension.

Link copied to clipboard
interface AndroidOmapiPluginFactory : KeyplePluginExtensionFactory

Interface for the OMAPI Plugin Factory. Use AndroidOmapiPluginFactoryProvider an instance of it.

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.

Link copied to clipboard
interface AndroidOmapiReader : KeypleReaderExtension

Generic type for a Keyple Android OMAPI reader extension.