Package apple.homekit.protocol
Interface HMNetworkConfigurationProfileDelegate
-
public interface HMNetworkConfigurationProfileDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidprofileDidUpdateNetworkAccessMode(HMNetworkConfigurationProfile profile)Informs the delegate that the network access mode has updated.
-
-
-
Method Detail
-
profileDidUpdateNetworkAccessMode
default void profileDidUpdateNetworkAccessMode(HMNetworkConfigurationProfile profile)
Informs the delegate that the network access mode has updated.- Parameters:
profile- Sender of the message.
-
-