MCPFeedback Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MCPFeedback Android SDK
sdk
/
com.mcpfeedback.sdk
/
MCPFeedback
/
MCPFeedbackConfig
MCPFeedback
Config
data
class
MCPFeedbackConfig
(
val
apiKey
:
String
,
val
siteKey
:
String
,
val
shakeEnabled
:
Boolean
,
val
baseUrl
:
String
)
SDK configuration data class.
Members
Constructors
MCPFeedback
Config
Link copied to clipboard
constructor
(
apiKey
:
String
,
siteKey
:
String
,
shakeEnabled
:
Boolean
,
baseUrl
:
String
)
Properties
api
Key
Link copied to clipboard
val
apiKey
:
String
base
Url
Link copied to clipboard
val
baseUrl
:
String
shake
Enabled
Link copied to clipboard
val
shakeEnabled
:
Boolean
site
Key
Link copied to clipboard
val
siteKey
:
String