enqueue Signup
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
user Data
User data to be associated with the signup
additional Data
Additional custom data to be sent with the event