public interface

ISimActionCallback

implements IInterface
com.ardic.android.managers.devicestatus.ISimActionCallback
Known Indirect Subclasses

Class Overview

Callback interface for Sim states Actions

Summary

Nested Classes
class ISimActionCallback.Stub Local-side IPC implementation stub class. 
Public Methods
abstract void onSimStateChanged(int simState)
Called when the SIM state changes.
[Expand]
Inherited Methods
From interface android.os.IInterface

Public Methods

public abstract void onSimStateChanged (int simState)

Added in API level 1

Called when the SIM state changes.

Possible return values are; TelephonyManager#SIM_STATE_ABSENT} TelephonyManager#SIM_STATE_NETWORK_LOCKED TelephonyManager#SIM_STATE_PIN_REQUIRED TelephonyManager#SIM_STATE_PUK_REQUIRED TelephonyManager#SIM_STATE_READY TelephonyManager#SIM_STATE_UNKNOWN

Parameters
simState int: is a constant indicating the state of the device SIM card.
Throws
RemoteException