mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Merge remote-tracking branch 'origin/master' into v5
This commit is contained in:
@@ -144,7 +144,13 @@ export class Zeroconf extends IonicNativePlugin {
|
||||
* @return {Promise<void>}
|
||||
*/
|
||||
@Cordova()
|
||||
reInit(): Promise<void> {
|
||||
return;
|
||||
}
|
||||
reInit(): Promise<void> { return; }
|
||||
/**
|
||||
* Family of addresses to register: ipv4, ipv6 or any.
|
||||
*/
|
||||
registerAddressFamily: 'ipv4' | 'ipv6' | 'any';
|
||||
/**
|
||||
* Family of addresses to watch for: ipv4, ipv6 or any.
|
||||
*/
|
||||
watchAddressFamily: 'ipv4' | 'ipv6' | 'any';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user