1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage android.nfc { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public final class NfcAdapter { 5*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void disableForegroundNdefPush(android.app.Activity); 6*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void enableForegroundNdefPush(android.app.Activity, android.nfc.NdefMessage); 7*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean invokeBeam(android.app.Activity); 8*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean isNdefPushEnabled(); 9*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setBeamPushUris(android.net.Uri[], android.app.Activity); 10*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback, android.app.Activity); 11*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, android.app.Activity...); 12*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback, android.app.Activity, android.app.Activity...); 13*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback, android.app.Activity, android.app.Activity...); 14*344a7f5eSAndroid Build Coastguard Worker } 15*344a7f5eSAndroid Build Coastguard Worker 16*344a7f5eSAndroid Build Coastguard Worker} 17*344a7f5eSAndroid Build Coastguard Worker 18