surveysdk

Use this SDK with your application to show surveys within your app

License

License

GroupId

GroupId

com.avidintelli.surveysdk
ArtifactId

ArtifactId

surveysdk
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

surveysdk
Use this SDK with your application to show surveys within your app

Download surveysdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.avidintelli.surveysdk/surveysdk/ -->
<dependency>
    <groupId>com.avidintelli.surveysdk</groupId>
    <artifactId>surveysdk</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.avidintelli.surveysdk/surveysdk/
implementation 'com.avidintelli.surveysdk:surveysdk:1.0.0'
// https://jarcasting.com/artifacts/com.avidintelli.surveysdk/surveysdk/
implementation ("com.avidintelli.surveysdk:surveysdk:1.0.0")
'com.avidintelli.surveysdk:surveysdk:aar:1.0.0'
<dependency org="com.avidintelli.surveysdk" name="surveysdk" rev="1.0.0">
  <artifact name="surveysdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.avidintelli.surveysdk', module='surveysdk', version='1.0.0')
)
libraryDependencies += "com.avidintelli.surveysdk" % "surveysdk" % "1.0.0"
[com.avidintelli.surveysdk/surveysdk "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 28.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.21

Project Modules

There are no modules declared in this project.

Android SDK Integration Sample Code

This is the sample code for our SDK integration within a test application, which is helpful to understand the integration process. This is a simple two step integration process. Please use the key provided to you instead of <API Key> in the code. For more details please refer documentation avaialble in your user login

Versions

Version
1.0.0