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: squarescreen-player/api/squarescreen-player.api
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,19 @@ public final class io/squarescreen/player/SquareScreen$Companion {
21
21
public final fun init (Landroid/content/Context;Lio/squarescreen/core/config/SquareScreenConfig;)V
22
22
}
23
23
24
+
public final class io/squarescreen/player/SquareScreenPairing {
25
+
public static final field Companion Lio/squarescreen/player/SquareScreenPairing$Companion;
26
+
public synthetic fun <init> (Ljava/lang/String;Lio/squarescreen/network/PairingNetworkClient;Lio/squarescreen/player/internal/PairingTokenStore;Lio/squarescreen/core/logging/SquareScreenLogger;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
27
+
public final fun cancel ()V
28
+
public final fun checkPairStatus (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
29
+
public final fun getPairingStatus ()Lkotlinx/coroutines/flow/Flow;
30
+
}
31
+
32
+
public final class io/squarescreen/player/SquareScreenPairing$Companion {
33
+
public final fun create (Landroid/content/Context;Ljava/lang/String;Lio/squarescreen/core/logging/SquareScreenLogger;)Lio/squarescreen/player/SquareScreenPairing;
34
+
public static synthetic fun create$default (Lio/squarescreen/player/SquareScreenPairing$Companion;Landroid/content/Context;Ljava/lang/String;Lio/squarescreen/core/logging/SquareScreenLogger;ILjava/lang/Object;)Lio/squarescreen/player/SquareScreenPairing;
35
+
}
36
+
24
37
public final class io/squarescreen/player/service/SquareScreenPlayerService : android/app/Service {
25
38
public fun <init> ()V
26
39
public fun onBind (Landroid/content/Intent;)Landroid/os/IBinder;
0 commit comments