Class RoomThirdPartyInvite


  • public class RoomThirdPartyInvite
    extends StateEvent<RoomThirdPartyInviteContent>
    Acts as an m.room.member invite event, where there isn't a target user_id to invite. This event contains a token and a public key whose private key must be used to sign the token. Any user who can present that signature may use this invitation to join the target room.
    • Field Detail

      • TYPE

        public static final String TYPE
        Acts as an m.room.member invite event, where there isn't a target user_id to invite. This event contains a token and a public key whose private key must be used to sign the token. Any user who can present that signature may use this invitation to join the target room.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomThirdPartyInvite

        public RoomThirdPartyInvite()
    • Method Detail

      • getType

        public String getType()
        Description copied from class: Event
        Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.
        Specified by:
        getType in class Event<RoomThirdPartyInviteContent>
        Returns:
        The type of the event.