Uses of Class
dev.vality.fistful.p2p_session.UserInteractionStatusPending
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionStatusPending in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return UserInteractionStatusPending Modifier and Type Method Description UserInteractionStatusPendingUserInteractionStatusPending. deepCopy()UserInteractionStatusPendingUserInteractionStatus. getPending()Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusPending Modifier and Type Method Description intUserInteractionStatusPending. compareTo(UserInteractionStatusPending other)booleanUserInteractionStatusPending. equals(UserInteractionStatusPending that)static UserInteractionStatusUserInteractionStatus. pending(UserInteractionStatusPending value)voidUserInteractionStatus. setPending(UserInteractionStatusPending value)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusPending Constructor Description UserInteractionStatusPending(UserInteractionStatusPending other)Performs a deep copy on other.