| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.ElectronicBuilder> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.ElectronicBuilder> | ||
| ↳ | android.text.style.TtsSpan.ElectronicBuilder | ||
A builder for TtsSpans of type TYPE_ELECTRONIC.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Creates a TtsSpan of type  
  
  TYPE_ELECTRONIC.
          
    
         | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Sets the  
  
  ARG_DOMAIN argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_USERNAME and ARG_DOMAIN
     arguments, representing an email address.
          
    
         | |||||||||||
          Sets the  
  
  ARG_FRAGMENT_ID argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_PASSWORD argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_PATH argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_PORT argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_PROTOCOL argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_QUERY_STRING argument.
          
    
         | |||||||||||
          Sets the  
  
  ARG_USERNAME argument.
          
    
         | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  android.text.style.TtsSpan.SemioticClassBuilder
 | |||||||||||
   
From class
  android.text.style.TtsSpan.Builder
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
Creates a TtsSpan of type TYPE_ELECTRONIC.
Sets the ARG_DOMAIN argument.
| domain | The domain, for example "source.android.com". | 
|---|
Sets the ARG_USERNAME and ARG_DOMAIN
     arguments, representing an email address.
| username | The part before the @ in the email address. | 
|---|---|
| domain | The part after the @ in the email address. | 
Sets the ARG_FRAGMENT_ID argument.
Sets the ARG_PASSWORD argument.
Sets the ARG_PORT argument.
Sets the ARG_PROTOCOL argument.
| protocol | The protocol of the URI. Examples are "http" and "ftp". | 
|---|
Sets the ARG_QUERY_STRING argument.
| queryString | For example "arg=value&argtwo=value". | 
|---|
Sets the ARG_USERNAME argument.