public interface CHIPDevicePairingDelegate
All delegate methods will be called on the supplied Delegate Queue.
| Modifier and Type | Method and Description |
|---|---|
default void |
onAddressUpdated(NSError error)
Notify the delegate when address is updated
|
default void |
onPairingComplete(NSError error)
Notify the delegate when pairing is completed
|
default void |
onPairingDeleted(NSError error)
Notify the delegate when pairing is deleted
|
default void |
onStatusUpdate(long status)
Notify the delegate when pairing status gets updated
|
default void onAddressUpdated(NSError error)
default void onPairingComplete(NSError error)
default void onPairingDeleted(NSError error)
default void onStatusUpdate(long status)