unregisterStartStopWidgetToLocationService

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

Unregister StartStop widget from location service and get collected location information.

Return

StartStopDistance distance info collected by The Location service about the given widget.

Parameters

context

Context The application context.

processUUID

String UUID of the process containing the StartStop widget.

widgetUUID

String UUID of StartStop widget.