We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0134e1 commit 560d116Copy full SHA for 560d116
rxbindings/src/main/java/com/amplifyframework/rx/RxOperations.java
@@ -102,7 +102,7 @@ public enum ConnectionState {
102
/**
103
* Describes events emitted by the {@link RxSubscriptionOperation} class.
104
*/
105
- static class ConnectionStateEvent {
+ public static final class ConnectionStateEvent {
106
private ConnectionState connectionState;
107
private String subscriptionId;
108
0 commit comments