public class SafePhrase
extends java.lang.Object
| Constructor and Description |
|---|
SafePhrase(com.squareup.phrase.Phrase phrase) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
format() |
static SafePhrase |
from(java.lang.CharSequence sequence) |
static SafePhrase |
from(android.content.Context context,
int resourceId) |
static SafePhrase |
from(android.app.Fragment fragment,
int resourceId) |
static SafePhrase |
from(android.content.res.Resources resources,
int resourceId) |
static SafePhrase |
from(android.view.View view,
int resourceId) |
SafePhrase |
put(java.lang.String key,
java.lang.String value) |
public static SafePhrase from(java.lang.CharSequence sequence)
public static SafePhrase from(android.content.Context context, int resourceId)
public static SafePhrase from(android.view.View view, int resourceId)
public static SafePhrase from(android.content.res.Resources resources, int resourceId)
public static SafePhrase from(android.app.Fragment fragment, int resourceId)
public SafePhrase put(java.lang.String key, java.lang.String value)
public java.lang.CharSequence format()