CommunitiesAction

@objc(GetSocialCommunitiesAction)
public enum CommunitiesAction : Int, Codable

List of all possible actions.

  • Post an activity.

    Declaration

    Swift

    case post
  • Interact, like a post.

    Declaration

    Swift

    case react
  • Post a comment.

    Declaration

    Swift

    case comment