diff --git a/Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs b/Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs index 72554b86d1..0a19f26dfe 100644 --- a/Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs +++ b/Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs @@ -64,8 +64,8 @@ public async Task> GetExposureWindowsAsync(string token) public async Task GetPackageConfigurationAsync() => await NativeGetPackageConfiguration().CastTask(); - public async Task GetStatusAsync() - => await NativeGetStatus().CastTask(); + public async Task> GetStatusAsync() + => await NativeGetStatus().CastTask>(); } internal static class GoogleTaskExtensions