public interface

IDoCommandListener

com.digi.android.idigi.library.core.IDoCommandListener

Class Overview

This interface provides access to the do_command requests handling.

Important: Notice you must implement this interface in those application activities where you want to listen for do_command requests from iDigi.

Summary

Public Methods
abstract String commandReceived(String target, String data)
Notified when a do_command is received in the subscribed application.

Public Methods

public abstract String commandReceived (String target, String data)

Notified when a do_command is received in the subscribed application.

Parameters
target The reference target for the do_command.
data The do_command data.
Returns
  • The do_command answer that will be sent back (automatically) to iDigi.