You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When is account activated an activation event will be send to ActivationDelegate which should be set to CallClient instance before an activation started
Make a call using callToNumber method of CallClient instance
More detailed information of how to use sdk is shown in our example
Android Plaform
Embed SDK sdkmobilej.jar and libsdkmobile.so files in your project in the way as it is shown in our example
Import namespace com.scs.* into project java sources
When is account activated an activation event will be send to IActivationListener which should be set to CallClient instance before an activation started
Make a call using callToNumber method of ICallClient interface
More detailed information of how to use sdk is shown in our example