-
Notifications
You must be signed in to change notification settings - Fork 3
PlatformOptions
Adnan Mujagić edited this page Aug 5, 2024
·
1 revision
Creates an instance of the PlatformOptions
.
-
applicationId
:String
- Optional value representing the identifier of the application that the call should be associated with. -
entityId
:String
- Optional value representing the identifier of the entity that the call should be associated with.
-
PlatformOptions
- Instance of thePlatformOptions
.
let platformOptions = PlatformOptions("my-application-id", "my-entity-id")
Getter for the applicationId
field.
-
String
- Value representing the identifier of the application that the call should be associated with.
let applicationId = PlatformOptions().applicationId
Getter for the entityId
field.
-
String
- Value representing the identifier of the entity that the call should be associated with.
let entityId = PlatformOptions().entityId