Uses of Class
dev.vality.fistful.p2p_session.UserInteractionStatusChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionStatusChange in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return UserInteractionStatusChange Modifier and Type Method Description UserInteractionStatusChangeUserInteractionStatusChange. deepCopy()UserInteractionStatusChangeUserInteractionChangePayload. getStatusChanged()UserInteractionStatusChangeUserInteractionStatusChange. setStatus(UserInteractionStatus status)Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusChange Modifier and Type Method Description intUserInteractionStatusChange. compareTo(UserInteractionStatusChange other)booleanUserInteractionStatusChange. equals(UserInteractionStatusChange that)voidUserInteractionChangePayload. setStatusChanged(UserInteractionStatusChange value)static UserInteractionChangePayloadUserInteractionChangePayload. status_changed(UserInteractionStatusChange value)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusChange Constructor Description UserInteractionStatusChange(UserInteractionStatusChange other)Performs a deep copy on other.