Class TapOptions

    • Constructor Detail

      • TapOptions

        public TapOptions()
    • Method Detail

      • withTapsCount

        public TapOptions withTapsCount​(int tapsCount)
        Set the count of taps to perform.
        Parameters:
        tapsCount - the taps count to perform. The value should be greater than zero.
        Returns:
        this instance for chaining.