-
Notifications
You must be signed in to change notification settings - Fork 0
Forsta Plus Server
Forsta Plus Server is the core element that contains information about which Forsta Plus environment your app will connect to. To interact with the SDK, you will need to pass this Server ID to the SDK methods.
For convenience, the SDK provides the ConfirmitServer objects as default servers.
eg)
- US:
US - Euro:
UK - ...
Most of the SDK methods require Server ID as a parameter to let the SDK know which environment is currently used.
// Android
// Example connecting to US site
val serverId = ConfirmitServer.US.serverIdIf the Forsta Plus site that you need to connect to does not have a pre-defined server, manually configure the server using:
See ConfirmitServer.configure()
// Example connecting to US2 site
val serverId = ConfirmitServer.configure(
name = "US2",
host = "us2.hxplatform.com",
clientId = "8f7a5e3c-9a42-4f7f-bdf1-2e8c93c1c4a1",
clientSecret = "c3d9f4c2-1b7a-4c68-8c24-9f0d27f8e6b3"
)Note: It is possible to have your app configured to have Digital Feedback programs from multiple servers.
Note: At the present time, On-premise Forsta Plus installations are not supported.
Copyright © 2026 Forsta. All rights reserved.
- Initializing the SDK
- Download a Program
- Sending App Events
- Sending Journey Log
- Survey Triggering
- Displaying a Survey
- Forsta Plus Server
- Program Lifecycle Monitoring
- Starting and Updating a Program
- Advanced Trigger Control