Merge remote-tracking branch 'origin/master' into v5

This commit is contained in:
Daniel
2018-03-23 10:01:37 +01:00
6 changed files with 466 additions and 77 deletions
+9 -3
View File
@@ -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';
}