Uses of Class
dev.vality.fistful.p2p_session.UserInteractionChangePayload
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionChangePayload in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as UserInteractionChangePayload Modifier and Type Field Description UserInteractionChangePayloadUserInteractionChange. payloadMethods in dev.vality.fistful.p2p_session that return UserInteractionChangePayload Modifier and Type Method Description static UserInteractionChangePayloadUserInteractionChangePayload. created(UserInteractionCreatedChange value)UserInteractionChangePayloadUserInteractionChangePayload. deepCopy()UserInteractionChangePayloadUserInteractionChange. getPayload()static UserInteractionChangePayloadUserInteractionChangePayload. status_changed(UserInteractionStatusChange value)Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionChangePayload Modifier and Type Method Description intUserInteractionChangePayload. compareTo(UserInteractionChangePayload other)booleanUserInteractionChangePayload. equals(UserInteractionChangePayload other)UserInteractionChangeUserInteractionChange. setPayload(UserInteractionChangePayload payload)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionChangePayload Constructor Description UserInteractionChange(String id, UserInteractionChangePayload payload)UserInteractionChangePayload(UserInteractionChangePayload other)