Create Community

When creating a new community, first instantiates the AmityCommunityRepository, a class that contain all community related methods. Then call createCommunity() to obtain the RxJava and observe it in order to obtain the final community model.

With Avatar

If you prefer create community with an avatar you can first upload image with AmityFileRepository then pass the obtained AmityImageto createCommunityAPI.

Step 1:

Step 2:

Last updated