Class MGConfigurationChangeReceiver

java.lang.Object
android.content.BroadcastReceiver
com.gemalto.mfs.mwsdk.mobilegateway.MGConfigurationChangeReceiver

public class MGConfigurationChangeReceiver extends android.content.BroadcastReceiver
Deprecated.
since 6.6.0
MGConfigurationChangeReceiver class handles messages from other SDK components like CPS SDK to update itself based on changes in the overall system. Based on the events received, MG SDK will change its state.
  • Nested Class Summary

    Nested classes/interfaces inherited from class android.content.BroadcastReceiver

    android.content.BroadcastReceiver.PendingResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReceive(android.content.Context context, android.content.Intent intent)
    Deprecated.
    onReceive method is called when the broadcast is sent for configuration changes.

    Methods inherited from class android.content.BroadcastReceiver

    abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, getSentFromPackage, getSentFromUid, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MGConfigurationChangeReceiver

      public MGConfigurationChangeReceiver()
      Deprecated.
  • Method Details

    • onReceive

      public void onReceive(android.content.Context context, android.content.Intent intent)
      Deprecated.
      onReceive method is called when the broadcast is sent for configuration changes.
      Specified by:
      onReceive in class android.content.BroadcastReceiver
      Parameters:
      context - the context
      intent - the intent received