CameraAutoFollowChangeObserver
public protocol CameraAutoFollowChangeObserver : AnyObject
                Protocol to adopted by potential observers to changes in camera auto-follow value
- 
                  
                  
When the camera auto-follow value has changed
Declaration
Swift
func cameraAutoFollowValueChanged(to enabled: Bool)Parameters
enabledidentifier for the camera auto-follow value changed
 
      CameraAutoFollowChangeObserver Protocol Reference