|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SponsorPayPublisher.UIStringIdentifier | |
---|---|
com.sponsorpay.sdk.android.publisher |
Uses of SponsorPayPublisher.UIStringIdentifier in com.sponsorpay.sdk.android.publisher |
---|
Fields in com.sponsorpay.sdk.android.publisher with type parameters of type SponsorPayPublisher.UIStringIdentifier | |
---|---|
private static java.util.EnumMap<SponsorPayPublisher.UIStringIdentifier,java.lang.String> |
SponsorPayPublisher.sUIStrings
Messages which can be displayed in the user interface. |
Methods in com.sponsorpay.sdk.android.publisher that return SponsorPayPublisher.UIStringIdentifier | |
---|---|
static SponsorPayPublisher.UIStringIdentifier |
SponsorPayPublisher.UIStringIdentifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SponsorPayPublisher.UIStringIdentifier[] |
SponsorPayPublisher.UIStringIdentifier.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sponsorpay.sdk.android.publisher with parameters of type SponsorPayPublisher.UIStringIdentifier | |
---|---|
static java.lang.String |
SponsorPayPublisher.getUIString(SponsorPayPublisher.UIStringIdentifier identifier)
Gets a particular UI message identified by a SponsorPayPublisher.UIStringIdentifier . |
static void |
SponsorPayPublisher.setCustomUIString(SponsorPayPublisher.UIStringIdentifier identifier,
int message,
Context context)
Replaces one of the UI messages with the text identified by an Android String resource id. |
static void |
SponsorPayPublisher.setCustomUIString(SponsorPayPublisher.UIStringIdentifier identifier,
java.lang.String message)
Replaces one of the UI messages with a custom text. |
protected void |
OfferWallActivity.showErrorDialog(SponsorPayPublisher.UIStringIdentifier error)
Displays an error dialog with the passed error message on top of the activity. |
Method parameters in com.sponsorpay.sdk.android.publisher with type arguments of type SponsorPayPublisher.UIStringIdentifier | |
---|---|
static void |
SponsorPayPublisher.setCustomUIStrings(java.util.EnumMap<SponsorPayPublisher.UIStringIdentifier,java.lang.Integer> messages,
Context context)
|
static void |
SponsorPayPublisher.setCustomUIStrings(java.util.EnumMap<SponsorPayPublisher.UIStringIdentifier,java.lang.String> messages)
Replaces one or several of the UI messages at once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |