Class StringWithArrowSuffixKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static String removeArrowSuffix(String $self) Remove Arrow char from String (for accessibility)
      final static SpannableString toSpannableStringWithArrowSuffix(String $self) Build SpannableString from String and Arrow char if required
      final static SpannableString toSpannableStringAndCenterArrowSuffix(String $self, Integer offset) Center Arrow suffix if present (won't work below API 26)
      final static SpannableString underlineAndCenterArrowSuffix(SpannableString $self, Integer offset) Underline label and center Arrow suffix if present (won't work below API 26)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail