Example usage for android.text.util Linkify sUrlMatchFilter

List of usage examples for android.text.util Linkify sUrlMatchFilter

Introduction

In this page you can find the example usage for android.text.util Linkify sUrlMatchFilter.

Prototype

MatchFilter sUrlMatchFilter

To view the source code for android.text.util Linkify sUrlMatchFilter.

Click Source Link

Document

Filters out web URL matches that occur after an at-sign (@).

Usage