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-core/api/squarescreen-core.api
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,81 @@ public final class io/squarescreen/core/model/MediaType$Companion {
240
240
public final fun serializer ()Lkotlinx/serialization/KSerializer;
241
241
}
242
242
243
+
public final class io/squarescreen/core/model/PairingRegistration {
244
+
public fun <init> (Ljava/lang/String;I)V
245
+
public final fun component1 ()Ljava/lang/String;
246
+
public final fun component2 ()I
247
+
public final fun copy (Ljava/lang/String;I)Lio/squarescreen/core/model/PairingRegistration;
248
+
public static synthetic fun copy$default (Lio/squarescreen/core/model/PairingRegistration;Ljava/lang/String;IILjava/lang/Object;)Lio/squarescreen/core/model/PairingRegistration;
249
+
public fun equals (Ljava/lang/Object;)Z
250
+
public final fun getExpiresIn ()I
251
+
public final fun getPairingToken ()Ljava/lang/String;
252
+
public fun hashCode ()I
253
+
public fun toString ()Ljava/lang/String;
254
+
}
255
+
256
+
public abstract class io/squarescreen/core/model/PairingStatus {
257
+
}
258
+
259
+
public final class io/squarescreen/core/model/PairingStatus$AlreadyPaired : io/squarescreen/core/model/PairingStatus {
260
+
public static final field INSTANCE Lio/squarescreen/core/model/PairingStatus$AlreadyPaired;
261
+
public fun equals (Ljava/lang/Object;)Z
262
+
public fun hashCode ()I
263
+
public fun toString ()Ljava/lang/String;
264
+
}
265
+
266
+
public final class io/squarescreen/core/model/PairingStatus$Approved : io/squarescreen/core/model/PairingStatus {
267
+
public fun <init> (Ljava/lang/String;Ljava/lang/String;)V
268
+
public final fun component1 ()Ljava/lang/String;
269
+
public final fun component2 ()Ljava/lang/String;
270
+
public final fun copy (Ljava/lang/String;Ljava/lang/String;)Lio/squarescreen/core/model/PairingStatus$Approved;
271
+
public static synthetic fun copy$default (Lio/squarescreen/core/model/PairingStatus$Approved;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lio/squarescreen/core/model/PairingStatus$Approved;
272
+
public fun equals (Ljava/lang/Object;)Z
273
+
public final fun getDeviceId ()Ljava/lang/String;
274
+
public final fun getDeviceToken ()Ljava/lang/String;
275
+
public fun hashCode ()I
276
+
public fun toString ()Ljava/lang/String;
277
+
}
278
+
279
+
public final class io/squarescreen/core/model/PairingStatus$DeviceNotFound : io/squarescreen/core/model/PairingStatus {
280
+
public static final field INSTANCE Lio/squarescreen/core/model/PairingStatus$DeviceNotFound;
281
+
public fun equals (Ljava/lang/Object;)Z
282
+
public fun hashCode ()I
283
+
public fun toString ()Ljava/lang/String;
284
+
}
285
+
286
+
public final class io/squarescreen/core/model/PairingStatus$Error : io/squarescreen/core/model/PairingStatus {
287
+
public fun <init> (Ljava/lang/Throwable;)V
288
+
public final fun component1 ()Ljava/lang/Throwable;
289
+
public final fun copy (Ljava/lang/Throwable;)Lio/squarescreen/core/model/PairingStatus$Error;
290
+
public static synthetic fun copy$default (Lio/squarescreen/core/model/PairingStatus$Error;Ljava/lang/Throwable;ILjava/lang/Object;)Lio/squarescreen/core/model/PairingStatus$Error;
291
+
public fun equals (Ljava/lang/Object;)Z
292
+
public final fun getThrowable ()Ljava/lang/Throwable;
293
+
public fun hashCode ()I
294
+
public fun toString ()Ljava/lang/String;
295
+
}
296
+
297
+
public final class io/squarescreen/core/model/PairingStatus$Expired : io/squarescreen/core/model/PairingStatus {
298
+
public static final field INSTANCE Lio/squarescreen/core/model/PairingStatus$Expired;
299
+
public fun equals (Ljava/lang/Object;)Z
300
+
public fun hashCode ()I
301
+
public fun toString ()Ljava/lang/String;
302
+
}
303
+
304
+
public final class io/squarescreen/core/model/PairingStatus$InvalidToken : io/squarescreen/core/model/PairingStatus {
305
+
public static final field INSTANCE Lio/squarescreen/core/model/PairingStatus$InvalidToken;
306
+
public fun equals (Ljava/lang/Object;)Z
307
+
public fun hashCode ()I
308
+
public fun toString ()Ljava/lang/String;
309
+
}
310
+
311
+
public final class io/squarescreen/core/model/PairingStatus$Pending : io/squarescreen/core/model/PairingStatus {
312
+
public static final field INSTANCE Lio/squarescreen/core/model/PairingStatus$Pending;
313
+
public fun equals (Ljava/lang/Object;)Z
314
+
public fun hashCode ()I
315
+
public fun toString ()Ljava/lang/String;
316
+
}
317
+
243
318
public final class io/squarescreen/core/model/PlaybackReport {
244
319
public static final field Companion Lio/squarescreen/core/model/PlaybackReport$Companion;
245
320
public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZ)V
0 commit comments