ApplyStrategy Enum

Definition

public enum ApplyStrategy
type ApplyStrategy = 
Inheritance
ApplyStrategy

Fields

Name Value Description
Ignore 0

Do not replace ClickableSpans that exist where the TextLinkSpan needs to be applied to.

Replace 1

Replace any ClickableSpans that exist where the TextLinkSpan needs to be applied to.

Applies to