Skip to content

PlatformOptions

Adnan Mujagić edited this page Aug 5, 2024 · 1 revision



init(applicationId, entityId)

Description

Creates an instance of the PlatformOptions.

Arguments

  • 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.

Returns

Example

let platformOptions = PlatformOptions("my-application-id", "my-entity-id")



applicationId

Description

Getter for the applicationId field.

Returns

  • String - Value representing the identifier of the application that the call should be associated with.

Example

let applicationId = PlatformOptions().applicationId



entityId

Description

Getter for the entityId field.

Returns

  • String - Value representing the identifier of the entity that the call should be associated with.

Example

let entityId = PlatformOptions().entityId

Tutorials

Migration guides

Reference documentation

Clone this wiki locally