Working with Kotlin FDK Clients

What is the difference between ApplicationClient and PlatformClient in Kotlin FDK?

ApplicationClient and PlatformClient are two separate clients in Kotlin FDK, designed for different purposes. The ApplicationClient is meant for tasks related to a specific application, such as fetching product details. The PlatformClient, on the other hand, is for tasks related to a specific company or platform, like getting company details. Both clients require different configuration details for initialization, and have distinct methods for performing their tasks. Detailed examples for each client can be found here.