enqueueSignup

suspend fun enqueueSignup(context: Context, userData: UserDataRequest, additionalData: Map<String, Any>? = null): Boolean

Enqueue a signup work request with fallback to direct API call

Return

true if successful (either enqueued or direct API call succeeded), false otherwise

Parameters

context

Application context for fallback API call

userData

User data to be associated with the signup

additionalData

Additional custom data to be sent with the event