Class MGConfigurationChangeReceiver
- java.lang.Object
-
- android.content.BroadcastReceiver
-
- com.gemalto.mfs.mwsdk.mobilegateway.MGConfigurationChangeReceiver
-
public class MGConfigurationChangeReceiver extends android.content.BroadcastReceiverDeprecated.since 6.6.0MGConfigurationChangeReceiver 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.
-
-
Constructor Summary
Constructors Constructor Description MGConfigurationChangeReceiver()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidonReceive(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
-
-
-
-
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:
onReceivein classandroid.content.BroadcastReceiver- Parameters:
context- the contextintent- the intent received
-
-