spike done
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@
|
||||
vcs.xml
|
||||
digio-kyc-1.0.13/build
|
||||
digio-esign-v2.8.0/build
|
||||
neoeyed-sdk-stage-3.0.0/build/
|
||||
|
||||
@@ -370,6 +370,10 @@ dependencies {
|
||||
debugImplementation 'com.navi.insurance:android.sdk-debug:1.1.4'
|
||||
releaseImplementation 'com.navi.insurance:android.sdk-release:1.1.4'
|
||||
|
||||
implementation 'com.android.support:support-annotations:28.0.0'
|
||||
|
||||
implementation project(":neoeyed-sdk-stage-3.0.0")
|
||||
|
||||
}
|
||||
|
||||
task executeTestsOnBrowserStack {
|
||||
|
||||
BIN
app/libs/neoeyed-sdk-stage-3.0.0.aar
Normal file
BIN
app/libs/neoeyed-sdk-stage-3.0.0.aar
Normal file
Binary file not shown.
@@ -37,6 +37,9 @@ import com.naviapp.sharedpref.PreferenceManager
|
||||
import com.naviapp.utils.*
|
||||
import io.branch.referral.Branch
|
||||
|
||||
import com.neoeyed.sdk.neoEYED
|
||||
|
||||
|
||||
class SplashActivity : BaseActivity() {
|
||||
private lateinit var binding: ActivitySplashScreenBinding
|
||||
|
||||
@@ -67,11 +70,21 @@ class SplashActivity : BaseActivity() {
|
||||
initObservers()
|
||||
loginSettings()
|
||||
goToNextScreenAfterDelay()
|
||||
|
||||
neoEYED.init(this, null)
|
||||
neoEYED.a
|
||||
|
||||
}
|
||||
|
||||
private fun uploadAnalyticsData() {
|
||||
if (!intent.getStringExtra(Constants.MESSAGE_ID).isNullOrEmpty()) {
|
||||
configVM.uploadAnalyticsData(PushNotificationData(messageId = intent.getStringExtra(Constants.MESSAGE_ID), status = Constants.CLICKED, timeStamp = System.currentTimeMillis().toString()))
|
||||
configVM.uploadAnalyticsData(
|
||||
PushNotificationData(
|
||||
messageId = intent.getStringExtra(
|
||||
Constants.MESSAGE_ID
|
||||
), status = Constants.CLICKED, timeStamp = System.currentTimeMillis().toString()
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
2
neoeyed-sdk-stage-3.0.0/build.gradle
Normal file
2
neoeyed-sdk-stage-3.0.0/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('neoeyed-sdk-stage-3.0.0.aar'))
|
||||
BIN
neoeyed-sdk-stage-3.0.0/neoeyed-sdk-stage-3.0.0.aar
Normal file
BIN
neoeyed-sdk-stage-3.0.0/neoeyed-sdk-stage-3.0.0.aar
Normal file
Binary file not shown.
@@ -1,2 +1,3 @@
|
||||
include ':neoeyed-sdk-stage-3.0.0'
|
||||
include ':app', ':digio-esign-v2.8.0', ':digio-kyc-1.0.13'
|
||||
rootProject.name='android-customer-app'
|
||||
|
||||
Reference in New Issue
Block a user