public class

DoCommandReceiver

extends BroadcastReceiver
java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ com.digi.android.idigi.library.core.DoCommandReceiver

Class Overview

This class is the do_command Broadcast Receiver for the iDigi Android library. It listens for the do_command intents from the system and executes the callback of the IDoCommandListener bound to the do_command target received.

Summary

Public Constructors
DoCommandReceiver()
Public Methods
void onReceive(Context context, Intent intent)
[Expand]
Inherited Methods
From class android.content.BroadcastReceiver
From class java.lang.Object

Public Constructors

public DoCommandReceiver ()

Public Methods

public void onReceive (Context context, Intent intent)