copy abstract method

bool copy(
  1. String text
)

Consumes the given text with the copy right.

Returns whether the user is allowed to copy the given text.

Implementation

bool copy(String text);