forRemoval

@ApiStatus.Internal
open fun forRemoval(removal: Boolean)

Marks the tracker for removal.

Since

1.15.2

Parameters

removal

true to mark for removal


@ApiStatus.Internal
open fun forRemoval(): Boolean

Checks if the tracker is marked for removal.

Return

true if marked for removal

Since

1.15.2