You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,6 +23,7 @@ open class CardEmulation: JavaObject {
21
23
/// ```java
22
24
/// public boolean android.nfc.cardemulation.CardEmulation.registerPollingLoopFilterForService(android.content.ComponentName,java.lang.String,boolean)
23
25
/// ```
26
+
@available(Android 35,*)
24
27
@JavaMethod
25
28
open func registerPollingLoopFilterForService(_ arg0:ComponentName?, _ arg1:String, _ arg2:Bool)-> Bool
26
29
@@ -30,6 +33,7 @@ open class CardEmulation: JavaObject {
30
33
/// ```java
31
34
/// public boolean android.nfc.cardemulation.CardEmulation.registerPollingLoopPatternFilterForService(android.content.ComponentName,java.lang.String,boolean)
32
35
/// ```
36
+
@available(Android 35,*)
33
37
@JavaMethod
34
38
open func registerPollingLoopPatternFilterForService(_ arg0:ComponentName?, _ arg1:String, _ arg2:Bool)-> Bool
35
39
@@ -39,6 +43,7 @@ open class CardEmulation: JavaObject {
39
43
/// ```java
40
44
/// public boolean android.nfc.cardemulation.CardEmulation.removePollingLoopPatternFilterForService(android.content.ComponentName,java.lang.String)
41
45
/// ```
46
+
@available(Android 35,*)
42
47
@JavaMethod
43
48
open func removePollingLoopPatternFilterForService(_ arg0:ComponentName?, _ arg1:String)-> Bool
44
49
@@ -48,6 +53,7 @@ open class CardEmulation: JavaObject {
48
53
/// ```java
49
54
/// public java.lang.String android.nfc.cardemulation.CardEmulation.getRouteDestinationForPreferredPaymentService()
50
55
/// ```
56
+
@available(Android 35,*)
51
57
@JavaMethod
52
58
open func getRouteDestinationForPreferredPaymentService()-> String
53
59
@@ -93,6 +99,7 @@ open class CardEmulation: JavaObject {
93
99
/// ```java
94
100
/// public boolean android.nfc.cardemulation.CardEmulation.removePollingLoopFilterForService(android.content.ComponentName,java.lang.String)
95
101
/// ```
102
+
@available(Android 35,*)
96
103
@JavaMethod
97
104
open func removePollingLoopFilterForService(_ arg0:ComponentName?, _ arg1:String)-> Bool
98
105
@@ -102,6 +109,7 @@ open class CardEmulation: JavaObject {
102
109
/// ```java
103
110
/// public boolean android.nfc.cardemulation.CardEmulation.unsetOffHostForService(android.content.ComponentName)
104
111
/// ```
112
+
@available(Android 26,*)
105
113
@JavaMethod
106
114
open func unsetOffHostForService(_ arg0:ComponentName?)-> Bool
107
115
@@ -111,6 +119,7 @@ open class CardEmulation: JavaObject {
111
119
/// ```java
112
120
/// public boolean android.nfc.cardemulation.CardEmulation.setOffHostForService(android.content.ComponentName,java.lang.String)
113
121
/// ```
122
+
@available(Android 26,*)
114
123
@JavaMethod
115
124
open func setOffHostForService(_ arg0:ComponentName?, _ arg1:String)-> Bool
116
125
@@ -129,6 +138,7 @@ open class CardEmulation: JavaObject {
129
138
/// ```java
130
139
/// public boolean android.nfc.cardemulation.CardEmulation.setPreferredService(android.app.Activity,android.content.ComponentName)
131
140
/// ```
141
+
@available(Android 21,*)
132
142
@JavaMethod
133
143
open func setPreferredService(_ arg0:Activity?, _ arg1:ComponentName?)-> Bool
134
144
@@ -138,6 +148,7 @@ open class CardEmulation: JavaObject {
138
148
/// ```java
139
149
/// public boolean android.nfc.cardemulation.CardEmulation.unsetPreferredService(android.app.Activity)
140
150
/// ```
151
+
@available(Android 21,*)
141
152
@JavaMethod
142
153
open func unsetPreferredService(_ arg0:Activity?)-> Bool
143
154
@@ -147,9 +158,11 @@ open class CardEmulation: JavaObject {
147
158
/// ```java
148
159
/// public boolean android.nfc.cardemulation.CardEmulation.supportsAidPrefixRegistration()
0 commit comments