Skip to content

Commit 232732c

Browse files
authored
docs: document onTrafficUpdated listener as Android only (#289)
1 parent 68b872f commit 232732c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation/navigation/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export interface NavigationCallbacks {
177177
onReroutingRequestedByOffRoute?(): void;
178178

179179
/**
180-
* Callback function invoked when traffic data is updated.
180+
* Callback function invoked when traffic data is updated (Android only).
181181
*/
182182
onTrafficUpdated?(): void;
183183

0 commit comments

Comments
 (0)