1 package android.nfc; 2 3 /** 4 * @hide 5 */ 6 oneway interface ITagRemovedCallback { onTagRemoved()7 void onTagRemoved(); 8 } 9