Contents

INGetCarPowerLevelStatusIntentResponseObserver

The interface for providing updates of a vehicle’s power level.

Declaration

protocol INGetCarPowerLevelStatusIntentResponseObserver : NSObjectProtocol

Overview

This protocol allows adopting objects to provide the system with an updated power level of a vehicle. You do not adopt this protocol in your own objects. Instead, the system provides an object that adopts this protocol, and you call its didUpdate(getCarPowerLevelStatus:) method to provide the vehicle’s current power level.

When the system requests power level updates, it passes an object that conforms to this protocol to the startSendingUpdates(for:to:) method of your power level status handler—your custom object that adopts the INGetCarPowerLevelStatusIntentHandling protocol. Your handler must store a reference to this object and use it to deliver regular updates about the power level.

Topics

Updating the Power Level Status

See Also

Get Car Power Level Status