Class CreateChannelParams

  • All Implemented Interfaces:

    
    public final class CreateChannelParams
    
                        

    Model holding data for creating a channel.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<String> getMemberIds() Ids of the members to be added to the channel.
      final List<MemberData> getMembers()
      final Map<String, Object> getExtraData()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateChannelParams

        CreateChannelParams(List<MemberData> members, Map<String, Object> extraData)
        Parameters:
        members - The list of the members with extra data to be added to the channel.
        extraData - Map of key-value pairs that let you store extra data.