Conforms to NSObject
Declared in PBPebbleCentral.h

– pebbleCentral:watchDidConnect:isNew:

The Pebble Central responsible for calling the delegate method.

- (void)pebbleCentral:(PBPebbleCentral *)central watchDidConnect:(PBWatch *)watch isNew:(BOOL)isNew

Parameters

central
The Pebble Central responsible for calling the delegate method.
watch
The PBWatch object representing the watch that was connected.
isNew
YES if the watch has been connected for the first time since the app has been installed or NO if not.

Declared In

PBPebbleCentral.h

– pebbleCentral:watchDidDisconnect:

The Pebble Central responsible for calling the delegate method.

- (void)pebbleCentral:(PBPebbleCentral *)central watchDidDisconnect:(PBWatch *)watch

Parameters

central
The Pebble Central responsible for calling the delegate method.
watch
The PBWatch object representing the watch that was disconnected.

Declared In

PBPebbleCentral.h