You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/tv-casting-app/android/App/app/src/compat/java/com/chip/casting/app/CommissionerDiscoveryFragment.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,11 @@
28
28
importjava.util.concurrent.ScheduledFuture;
29
29
importjava.util.concurrent.TimeUnit;
30
30
31
-
/** A {@link Fragment} to discover commissioners on the network */
31
+
/**
32
+
* @deprecated Refer to com.matter.casting.DiscoveryExampleFragment.
33
+
* <p>A {@link Fragment} to discover commissioners on the network
Copy file name to clipboardexpand all lines: examples/tv-casting-app/android/App/app/src/compat/jni/com/chip/casting/SubscriptionEstablishedCallback.java
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
20
20
importandroid.util.Log;
21
21
22
+
/** @deprecated Use the APIs described in /examples/tv-casting-app/APIs.md instead. */
0 commit comments