Wallee Android Till SDK
Toggle table of contents
Wallee Android Till SDK
Platform filter
Wallee Android Till SDK
Switch theme
Search in API
Wallee Android Till SDK
Wallee Android Till SDK
/
com.wallee.android.till.sdk
/
TillLog
Till
Log
open
class
TillLog
Members
Constructors
Till
Log
Link copied to clipboard
constructor
(
)
Instantiate an
TillLog
Properties
instance
Link copied to clipboard
val
instance
:
TillLog
Functions
bind
Link copied to clipboard
open
fun
bind
(
activity
:
Activity
)
Bind the API server to the given
Activity
.
debug
Link copied to clipboard
open
fun
debug
(
logMessage
:
String
)
Send Debug Logs
error
Link copied to clipboard
open
fun
error
(
logMessage
:
String
)
Send Error Logs
info
Link copied to clipboard
open
fun
info
(
logMessage
:
String
)
Send Info Logs
l
Assert
Link copied to clipboard
open
fun
lAssert
(
logMessage
:
String
)
Send Assert Logs (Wallee Payment App)
unbind
Link copied to clipboard
open
fun
unbind
(
activity
:
Activity
)
Unbind the API server from the given
Activity
.
warning
Link copied to clipboard
open
fun
warning
(
logMessage
:
String
)
Send Warning Logs