Class ServiceStateChangedEventArgs
Definition
- Assembly:
- Tizen.Location.dll
An extended EventArgs class contains the changed location service state.
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsServiceStateChangedEventArgs
Constructors
View SourceServiceStateChangedEventArgs(ServiceState)
The class constructor for the ServiceStateChangedEventArgs class.
Declaration
public ServiceStateChangedEventArgs(ServiceState state)
Parameters
Type | Name | Description |
---|---|---|
ServiceState | state | An enumeration of type LocationServiceState. |
Properties
View SourceServiceState
Get the service state.
Declaration
public ServiceState ServiceState { get; }
Property Value
Type | Description |
---|---|
ServiceState |