Package com.streamwide.smartms.lib.core.api

Types

Link copied to clipboard
abstract class Error
Container to encapsulate all errors, to ease passing around error code + error message in The API Callbacks.
Link copied to clipboard
open class SmartMsSDK
The entry point of SmartMS SDK.
Link copied to clipboard
interface STWApplicationStateListener
Link copied to clipboard
interface STWCallback<T : Error?>
Link copied to clipboard
interface STWOperationCallback<T : Error?> : STWCallback<T>
This callback is used when any API operation action executed.
Link copied to clipboard
open class STWPreferencesHelper
This is a helper class that provides an access to : The Preferences strategy SharedPreferenceStrategy This class offers the possibility to save all your private preferences in a secure way, so let our SWCore do it for you.
Link copied to clipboard
open class STWServiceConfig
Link copied to clipboard
interface STWServiceListener
To ensure the better functionality of many features and tasks, the implementation of a foreground service is highly recommended, the reason why this interface is created to ensure for each feature/task launched/stopped in the SDK the methods (startService&stopService) will be called.