public interface IResourceProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNWErrorButtonCancelText(android.content.Context context)
Retuns the network error dialog's cancel button text.
|
java.lang.String |
getNWErrorButtonRetryText(android.content.Context context)
Retuns the network error dialog's retry button text.
|
java.lang.String |
getNWErrorDialogMessageText(android.content.Context context)
Retuns the network error dialog's message.
|
java.lang.String |
getNWErrorDialogTitleText(android.content.Context context)
Retuns the network error dialog's title.
|
java.lang.String |
getNWIndicatorMessageText(android.content.Context context)
Returns the network indicator's "loading" text.
|
java.lang.String getNWErrorButtonCancelText(android.content.Context context)
context
- App contextjava.lang.String getNWErrorButtonRetryText(android.content.Context context)
context
- App contextjava.lang.String getNWErrorDialogMessageText(android.content.Context context)
context
- App contextjava.lang.String getNWErrorDialogTitleText(android.content.Context context)
context
- App contextjava.lang.String getNWIndicatorMessageText(android.content.Context context)
context
- App context