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 -
Method Summary
Modifier and TypeMethodDescriptionvoidonReceive(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
-
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:
onReceivein classandroid.content.BroadcastReceiver- Parameters:
context- the contextintent- the intent received
-