Class MessagingHelper

java.lang.Object
com.exxothermic.audioeverywheresdk.helper.logic.MessagingHelper

public class MessagingHelper extends Object
Class that will handle the current message system on the SDK
Since:
11/5/14
  • Constructor Details

    • MessagingHelper

      public MessagingHelper()
  • Method Details

    • setContext

      public void setContext(android.content.Context context)
    • sendMessageLocally

      public void sendMessageLocally(android.content.Intent toSend)
    • registerNotificationReceiver

      public void registerNotificationReceiver(android.content.BroadcastReceiver toRegister)
    • registeRemotecontrolReceiver

      public void registeRemotecontrolReceiver(android.content.BroadcastReceiver receiver)
    • unregisterNotificationReceiver

      public void unregisterNotificationReceiver(android.content.BroadcastReceiver toUnregister)