Uses of Record Class
ch.rasc.jcentserverclient.models.BroadcastResult
Packages that use BroadcastResult
-
Uses of BroadcastResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return BroadcastResultModifier and TypeMethodDescriptionReply.broadcast()Returns the value of thebroadcastrecord component.BroadcastResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type BroadcastResultConstructors in ch.rasc.jcentserverclient.models with parameters of type BroadcastResultModifierConstructorDescriptionBroadcastResponse(Error error, BroadcastResult result) Creates an instance of aBroadcastResponserecord 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.