Skip to main content

Helper resource

This function facilitates the upload of a logo into your application in a single call. Below are examples for different platforms.

// Returns Unit
sdk.helper().uploadPlatformLogo(
applicationId = APPLICATION_ID,
contentType = "CONTENT_TYPE",
image = INPUT_STREAM
)