Skip to content

droidahmed/AndroidUbicallExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

AndroidUbicallExample

android example for UbiCall SDK

Install the SDK

add the following

repositories {
   maven {
      url  "http://dl.bintray.com/ubicall/maven"
  }
}

compile 'com.ubicall.sand:ubicall.lite:1.1.6'

Initialization of SDK

 UbiCall_InitSdk sdk = UbiCall_InitSdk.getInstance();
 sdk.setLicenseKey("your license key");
 sdk.invoke(MyActivity.this);

Example

 UbiCall_InitSdk sdk = UbiCall_InitSdk.getInstance();
       sdk.setLicenseKey("your license key");
            sdk.invoke(MyActivity.this);

Notes:

Disable landscape orientation, since this release doesn't support landscape orientation.

About

android example for UbiCall SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors