Uses of Record Class
ch.rasc.jcentserverclient.models.PresenceStatsResult
Packages that use PresenceStatsResult
-
Uses of PresenceStatsResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return PresenceStatsResultModifier and TypeMethodDescriptionReply.presenceStats()Returns the value of thepresenceStatsrecord component.PresenceStatsResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type PresenceStatsResultConstructors in ch.rasc.jcentserverclient.models with parameters of type PresenceStatsResultModifierConstructorDescriptionPresenceStatsResponse(Error error, PresenceStatsResult result) Creates an instance of aPresenceStatsResponserecord 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.