System.Sensors.TCustomLocationSensor.Authorized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Authorized: TAuthorizationType read GetAuthorized;

C++

__property TAuthorizationType Authorized = {read=GetAuthorized, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Specifies whether your application is authorized to use the sensor (atAuthorized) or not (atUnauthorized), or if the authorization state is unknown (atNotSpecified).

See Also