@capgo/native-market 7.1.17 → 7.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -78,15 +78,15 @@ public class NativeMarket: CAPPlugin, CAPBridgedPlugin {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
@objc func openDevPage(_ call: CAPPluginCall) {
|
|
81
|
-
call.
|
|
81
|
+
call.unimplemented("openDevPage is not implemented on iOS.")
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
@objc func openCollection(_ call: CAPPluginCall) {
|
|
85
|
-
call.
|
|
85
|
+
call.unimplemented("openCollection is not implemented on iOS.")
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
@objc func openEditorChoicePage(_ call: CAPPluginCall) {
|
|
89
|
-
call.
|
|
89
|
+
call.unimplemented("openEditorChoicePage is not implemented on iOS.")
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
@objc func search(_ call: CAPPluginCall) {
|