Confirmed users
258
edits
Line 96: | Line 96: | ||
=== Implementation === | === Implementation === | ||
Add iccId in the interface of nsIIccProvider.idl and change the implementation of getting iccInfo, cardState. | Add iccId in the interface of nsIIccProvider.idl and change the implementation of getting iccInfo, cardState. | ||
interface nsIIccListener : nsISupports | |||
{ | |||
void notifyStkCommand(in DOMString aMessage); | |||
void notifyStkSessionEnd(); | |||
<del>void notifyIccCardLockError(in DOMString lockType, in unsigned long retryCount);</del> // We are going to remove this in [https://bugzilla.mozilla.org/show_bug.cgi?id=873380 bug 873380] | |||
void notifyCardStateChanged(); | |||
void notifyIccInfoChanged(); | |||
}; | |||
interface nsIIccProvider: nsISupports | interface nsIIccProvider: nsISupports |