Uses of Record Class
ch.rasc.jcentserverclient.models.UnsubscribeResult
Packages that use UnsubscribeResult
-
Uses of UnsubscribeResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return UnsubscribeResultModifier and TypeMethodDescriptionUnsubscribeResponse.result()Get the result if successful.Reply.unsubscribe()Returns the value of theunsubscriberecord component.Methods in ch.rasc.jcentserverclient.models with parameters of type UnsubscribeResultConstructors in ch.rasc.jcentserverclient.models with parameters of type UnsubscribeResultModifierConstructorDescriptionReply(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.UnsubscribeResponse(Error error, UnsubscribeResult result) Creates an instance of aUnsubscribeResponserecord class.