Skip to content

Commit 8d39337

Browse files
author
Jack Gibbons
committed
Update apple satellite documentation
1 parent fec2b84 commit 8d39337

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • packages/connectivity_plus/connectivity_plus_platform_interface/lib/src

packages/connectivity_plus/connectivity_plus_platform_interface/lib/src/enums.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ enum ConnectivityResult {
2424

2525
/// Satellite: Device is connected via a highly constrained satellite link.
2626
///
27-
/// On iOS and macOS, reported when [NWPath.isUltraConstrained] is true. This
28-
/// covers both satellite connections and Low Data Mode enabled by the user.
27+
/// On iOS and macOS, reported when [NWPath.isUltraConstrained] is true.
2928
/// Appears alongside [mobile] (e.g. `[mobile, satellite]`).
3029
///
3130
/// On Android 15 (API 35) and newer, reported when [TRANSPORT_SATELLITE] capability
32-
/// is present. Appears as a standalone result.
31+
/// is present.
3332
///
3433
/// Not reported on other platforms.
3534
satellite,

0 commit comments

Comments
 (0)