Uses of Record Class
ch.rasc.jcentserverclient.models.PresenceResult
Packages that use PresenceResult
-
Uses of PresenceResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return PresenceResultModifier and TypeMethodDescriptionReply.presence()Returns the value of thepresencerecord component.PresenceResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type PresenceResultConstructors in ch.rasc.jcentserverclient.models with parameters of type PresenceResultModifierConstructorDescriptionPresenceResponse(Error error, PresenceResult result) Creates an instance of aPresenceResponserecord class.Reply(Error error, PublishResult publish, BroadcastResult broadcast, SubscribeResult subscribe, UnsubscribeResult unsubscribe, DisconnectResult disconnect, PresenceResult presence, PresenceStatsResult presenceStats, HistoryResult history, HistoryRemoveResult historyRemove, InfoResult info, RefreshResult refresh, ChannelsResult channels) Creates an instance of aReplyrecord class.