signup

suspend fun signup(userData: UserDataRequest, additionalData: Map<String, Any>? = null): Result<BaseResponse>

Track a user signup event

Return

Result containing the base response or an exception

Parameters

userData

User data to be associated with the signup

additionalData

Additional custom data to be sent with the event