CBLCameraDiscoveryServiceDelegate

Objective-C

@protocol CBLCameraDiscoveryServiceDelegate <NSObject>

Swift

protocol CameraDiscoveryServiceDelegate : NSObjectProtocol

The discovery service’s delegate protocol. Typically, this should not be interfered with.

  • Called when the service thinks it should be removed from any list of available devices.

    Declaration

    Objective-C

    - (void)serviceShouldBeForciblyRemoved:
        (nonnull id<CBLCameraDiscoveryService>)service;

    Swift

    func serviceShouldBeForciblyRemoved(_ service: CameraDiscoveryService)

    Parameters

    service

    The service the sent the message.