Package com.smartlook.android.core.api

Types

Link copied to clipboard
class Log

SDK log for debug purposes.

Link copied to clipboard
class Preferences

Preferred configuration. The entered values represent only the preferred configuration. The resulting state may be different according to your account settings.

Link copied to clipboard
class Sensitivity

Defines which part of screen will not be visible.

Link copied to clipboard
class Session

Useful for open new session or getting url to current record.

Link copied to clipboard
class SetupConfiguration

SDK core setup.

Link copied to clipboard
class Smartlook

SDK start point. Get instance, set your project key and start recording. Your preferences can be set in Smartlook webpage (Manage projects select one of your projects Project settings), or local in preferences. Current state is combination of your settings on the Smartlook webpage, default values and your local preferences. Navigation events and user interactions are tracked automatically but can be customized in preferences.eventTracking. If your application contains some sensitive Views, for example PIN keyboard or PAN label, these Views can be marked as sensitive in sensitivity and they will be covered in records. You can also track your own events by trackEvent. Recording can be started and stopped any time by start and stop.

Link copied to clipboard
class State
Link copied to clipboard
class User

User's data contained in the record. Useful for user identification or getting url to user's records.