awaitCreateSupportTicket
suspend fun Purchases.awaitCreateSupportTicket(email: String, description: String): CreateSupportTicketResult
Creates a support ticket for the current user. Coroutine friendly version of Purchases.createSupportTicket.
Return
CreateSupportTicketResult indicating whether the ticket was successfully sent.
Parameters
email
The user's email address for the support ticket.
description
The description of the support request.
Throws
PurchasesException
with a PurchasesError if there's an error creating the support ticket.