Uses of Class
dev.vality.fistful.p2p_session.UserInteractionCreatedChange
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionCreatedChange in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return UserInteractionCreatedChange Modifier and Type Method Description UserInteractionCreatedChangeUserInteractionCreatedChange. deepCopy()UserInteractionCreatedChangeUserInteractionChangePayload. getCreated()UserInteractionCreatedChangeUserInteractionCreatedChange. setUi(UserInteraction ui)Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionCreatedChange Modifier and Type Method Description intUserInteractionCreatedChange. compareTo(UserInteractionCreatedChange other)static UserInteractionChangePayloadUserInteractionChangePayload. created(UserInteractionCreatedChange value)booleanUserInteractionCreatedChange. equals(UserInteractionCreatedChange that)voidUserInteractionChangePayload. setCreated(UserInteractionCreatedChange value)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionCreatedChange Constructor Description UserInteractionCreatedChange(UserInteractionCreatedChange other)Performs a deep copy on other.