Skip to content

Commit 3229a17

Browse files
FitzAffulClaude Sonnet 4.6
andcommitted
chore: update binary compat API dump for SquareScreenPairing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 20062ca commit 3229a17

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

squarescreen-player/api/squarescreen-player.api

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ public final class io/squarescreen/player/SquareScreen$Companion {
2121
public final fun init (Landroid/content/Context;Lio/squarescreen/core/config/SquareScreenConfig;)V
2222
}
2323

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+
2437
public final class io/squarescreen/player/service/SquareScreenPlayerService : android/app/Service {
2538
public fun <init> ()V
2639
public fun onBind (Landroid/content/Intent;)Landroid/os/IBinder;

0 commit comments

Comments
 (0)