registerStartStopWidgetToLocationService

open fun registerStartStopWidgetToLocationService(    @NonNull context: Context,     @NonNull processUUID: String,     @NonNull widgetUUID: String)

Register StartStop widget to the location service in order to collect location information such as distance traveled ...etc.

Parameters

context

Context The application context.

processUUID

String UUID of the process containing the StartStop widget.

widgetUUID

String UUID of StartStop widget.