Uses of Class
dev.vality.fistful.p2p_session.UserInteractionStatusFinished
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of UserInteractionStatusFinished in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return UserInteractionStatusFinished Modifier and Type Method Description UserInteractionStatusFinishedUserInteractionStatusFinished. deepCopy()UserInteractionStatusFinishedUserInteractionStatus. getFinished()Methods in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusFinished Modifier and Type Method Description intUserInteractionStatusFinished. compareTo(UserInteractionStatusFinished other)booleanUserInteractionStatusFinished. equals(UserInteractionStatusFinished that)static UserInteractionStatusUserInteractionStatus. finished(UserInteractionStatusFinished value)voidUserInteractionStatus. setFinished(UserInteractionStatusFinished value)Constructors in dev.vality.fistful.p2p_session with parameters of type UserInteractionStatusFinished Constructor Description UserInteractionStatusFinished(UserInteractionStatusFinished other)Performs a deep copy on other.