Compare commits
1 Commits
852e2a005f
...
location
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3caa7e25c |
@@ -119,6 +119,6 @@ public interface ILightlessHub
|
|||||||
|
|
||||||
Task UpdateLocation(LocationDto locationDto, bool offline);
|
Task UpdateLocation(LocationDto locationDto, bool offline);
|
||||||
Task<(List<LocationWithTimeDto>, List<SharingStatusDto>)> RequestAllLocationInfo();
|
Task<(List<LocationWithTimeDto>, List<SharingStatusDto>)> RequestAllLocationInfo();
|
||||||
Task ToggleLocationSharing(LocationSharingToggleDto dto);
|
Task<bool> ToggleLocationSharing(LocationSharingToggleDto dto);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user