Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      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, 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 Detail

      • MGConfigurationChangeReceiver

        public MGConfigurationChangeReceiver()
        Deprecated.
    • Method Detail

      • 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