create

abstract fun create(identifier: String, title: String): Later<Group>

Create a group

Return

a Later of a the created Group

Parameters

identifier

Specifies a group's unique ID. Maximum length is 80 characters.

  • Don't use personally identifiable information (PII) such as the user's email address, legal name, or phone number. Identifier cannot be changed after creation. Leave the identifier param empty to have Joyfill auto generate an identifier.

title

the title of the group


abstract fun create(title: String): Later<Group>

Create a group

Return

a Later of a the created Group

Parameters

title

the title of the group