Contents

fuelPercentRemaining

The percentage of fuel remaining for the fuel-powered vehicle.

Declaration

@property (nonatomic, copy, readwrite, nullable) NSNumber * fuelPercentRemaining;
@property (atomic, copy, readwrite, nullable) NSNumber * fuelPercentRemaining;

Discussion

Typically, you assign a value to this property only after handling the intent.

See Also

Providing Fuel, Charge, and Distance Information