Class ServiceStateChangedEventArgs

Definition

Namespace:
Tizen.Location
Assembly:
Tizen.Location.dll
API Level:
3

An extended EventArgs class contains the changed location service state.

C#
Copy
public class ServiceStateChangedEventArgs : EventArgs
Inheritance
System.Object
ServiceStateChangedEventArgs

Constructors

View Source

ServiceStateChangedEventArgs(ServiceState)

The class constructor for the ServiceStateChangedEventArgs class.

Declaration
C#
Copy
public ServiceStateChangedEventArgs(ServiceState state)
Parameters
Type Name Description
ServiceState state

An enumeration of type LocationServiceState.

API Level: 3

Properties

View Source

ServiceState

Get the service state.

Declaration
C#
Copy
public ServiceState ServiceState { get; }
Property Value
Type Description
ServiceState
API Level: 3