react-native-hyperkyc-sdk 0.1.2-alpha → 0.1.3-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ import co.hyperverge.hyperkyc.data.models.HyperKycResult;
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
public class HyperkycSdkModule extends ReactContextBaseJavaModule {
|
|
36
|
+
public class HyperkycSdkModule extends ReactContextBaseJavaModule implements ActivityEventListener {
|
|
37
37
|
public static final String NAME = "HyperkycSdk";
|
|
38
38
|
|
|
39
39
|
private final ReactApplicationContext reactContext;
|
|
@@ -148,4 +148,5 @@ public class HyperkycSdkModule extends ReactContextBaseJavaModule {
|
|
|
148
148
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
|
|
151
152
|
}
|