RegisterInformation

fun RegisterInformation(    cloudUrl: String,     ccsConnectionRetryNb: Int? = null,     ccsConnectionRetryDelay: Long? = null,     id: Long = Random.nextLong(1000000, 9000000000000000),     groups: ArrayList<String>? = null,     subscribeTo: ArrayList<String>? = null,     userData: JSONObject? = null)