Skip navigation links
A B C D F G I L M O P R S T U V 

A

add(ListenerType) - Method in class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 
analyticsDefaultLocale(Locale) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
analyticsDefaultLocale(Locale) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Sets the default local to be used in calculating the proper resource path for the analytics endpoint.
apiKeyConversations(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
apiKeyConversations(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Deprecated.
Now use BVSDK.builder(Application, BazaarEnvironment) which will set this value for you
apiKeyConversationsStores(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
apiKeyConversationsStores(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Deprecated.
Now use BVSDK.builder(Application, BazaarEnvironment) which will set this value for you
apiKeyCurations(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
apiKeyCurations(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Deprecated.
Now use BVSDK.builder(Application, BazaarEnvironment) which will set this value for you
apiKeyLocation(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
apiKeyLocation(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Deprecated.
Now use BVSDK.builder(Application, BazaarEnvironment) which will set this value for you
apiKeyShopperAdvertising(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
apiKeyShopperAdvertising(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Deprecated.
Now use BVSDK.builder(Application, BazaarEnvironment) which will set this value for you

B

BazaarEnvironment - Enum in com.bazaarvoice.bvandroidsdk
Environment that the Bazaarvoice SDK will toggle the endpoints it sends data to.
bazaarEnvironment(BazaarEnvironment) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
BazaarException - Exception in com.bazaarvoice.bvandroidsdk
An exception type used for problems that arise in the use of the Bazaarvoice SDK.
BazaarException(String) - Constructor for exception com.bazaarvoice.bvandroidsdk.BazaarException
Constructs a new BazaarException with the current stack trace and the specified detail message.
BazaarException(String, Throwable) - Constructor for exception com.bazaarvoice.bvandroidsdk.BazaarException
Constructs a new BazaarException with the current stack trace, the specified detail message and the specified cause.
BazaarRuntimeException - Exception in com.bazaarvoice.bvandroidsdk
An exception type used for problems that arise in the use of the Bazaarvoice SDK, during runtime
BazaarRuntimeException(String) - Constructor for exception com.bazaarvoice.bvandroidsdk.BazaarRuntimeException
 
build() - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
build() - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
 
Builder() - Constructor for class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
builder(Application, String) - Static method in class com.bazaarvoice.bvandroidsdk.BVSDK
builder(Application, BazaarEnvironment) - Static method in class com.bazaarvoice.bvandroidsdk.BVSDK
Uses the configuration file generated at the installation and configuration page to set all of the options for the sdk.
Builder(Application, String) - Constructor for class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
builderWithConfig(Application, BazaarEnvironment, BVConfig) - Static method in class com.bazaarvoice.bvandroidsdk.BVSDK
 
BVConfig - Class in com.bazaarvoice.bvandroidsdk
 
BVConfig.Builder - Class in com.bazaarvoice.bvandroidsdk
 
BVDisplayableProductContent - Interface in com.bazaarvoice.bvandroidsdk
Interface for common properties that are used to display bv product content
BVLogLevel - Enum in com.bazaarvoice.bvandroidsdk
Log Level for the SDK to print to console
BVProduct - Class in com.bazaarvoice.bvandroidsdk
Bazaarvoice Product
BVProduct() - Constructor for class com.bazaarvoice.bvandroidsdk.BVProduct
 
BVReview - Class in com.bazaarvoice.bvandroidsdk
Bazaarvoice Review
BVReview() - Constructor for class com.bazaarvoice.bvandroidsdk.BVReview
 
BVSDK - Class in com.bazaarvoice.bvandroidsdk
Main class for initializing the Bazaarvoice SDK, and changing global SDK state.
BVSDK.Builder - Class in com.bazaarvoice.bvandroidsdk
Initialization Builder that must be called in the Application.onCreate() method before any Bazaarvoice SDKs can be used.

C

checkMain() - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
checkNotMain() - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
clientId(String) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
com.bazaarvoice.bvandroidsdk - package com.bazaarvoice.bvandroidsdk
 
com.bazaarvoice.bvandroidsdk.internal - package com.bazaarvoice.bvandroidsdk.internal
 
contains(ListenerType) - Method in class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 

D

decodeBitmapFromBytes(byte[], int, int) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
decodeSampledBitmapFromResource(Resources, int, int, int) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
dryRunAnalytics(boolean) - Method in class com.bazaarvoice.bvandroidsdk.BVConfig.Builder
 
dryRunAnalytics(boolean) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
Disables analytics, but still logs the events sent.

F

Feature - Enum in com.bazaarvoice.bvandroidsdk
 

G

getAuthor() - Method in class com.bazaarvoice.bvandroidsdk.BVReview
 
getAverageRating() - Method in interface com.bazaarvoice.bvandroidsdk.BVDisplayableProductContent
 
getAverageRating() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getCategoryId() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getDisplayImageUrl() - Method in interface com.bazaarvoice.bvandroidsdk.BVDisplayableProductContent
 
getDisplayImageUrl() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getDisplayName() - Method in interface com.bazaarvoice.bvandroidsdk.BVDisplayableProductContent
 
getDisplayName() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getFloatSafe(Float) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
Helper method when we know it is safe to return 0 in null state.
getId() - Method in interface com.bazaarvoice.bvandroidsdk.BVDisplayableProductContent
 
getId() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getImageUrl() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
Deprecated.
getInstance() - Static method in class com.bazaarvoice.bvandroidsdk.BVSDK
 
getIntegerSafe(Integer) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
Helper method when we know it is safe to return 0 in null state.
getListeners() - Method in class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 
getNumReviews() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getPackageName(Context) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
getProductId() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
Deprecated.
getProductName() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
Deprecated.
getProductPageUrl() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getProfile() - Method in class com.bazaarvoice.bvandroidsdk.ShopperProfile
 
getRecommendedProducts() - Method in class com.bazaarvoice.bvandroidsdk.Profile
 
getReview() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getRs() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
getTargetingKeywords() - Method in class com.bazaarvoice.bvandroidsdk.Profile
 
getText() - Method in class com.bazaarvoice.bvandroidsdk.BVReview
 
getTitle() - Method in class com.bazaarvoice.bvandroidsdk.BVReview
 
getUuid(Context) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
getVersionCode(Context) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
getVersionName(Context) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
greaterOrEqualPriorityThan(BVLogLevel) - Method in enum com.bazaarvoice.bvandroidsdk.BVLogLevel
 

I

impressed - Variable in class com.bazaarvoice.bvandroidsdk.BVProduct
 
isMain() - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
isSponsored() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
isStagingEnvironment(BazaarEnvironment) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 

L

ListenerContainer<ListenerType> - Class in com.bazaarvoice.bvandroidsdk.internal
Container for a group of listeners that should be added and removed, but will also proactively guard against users failing to call remove.
ListenerContainer() - Constructor for class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 
logLevel(BVLogLevel) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
 

M

mapPutSafe(Map<Key, Value>, Key, Value) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 

O

okHttpClient(OkHttpClient) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK.Builder
 

P

Profile - Class in com.bazaarvoice.bvandroidsdk
Shopper Marketing Profile
Profile() - Constructor for class com.bazaarvoice.bvandroidsdk.Profile
 

R

remove(ListenerType) - Method in class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 
removeAll() - Method in class com.bazaarvoice.bvandroidsdk.internal.ListenerContainer
 
ReportingGroup - Enum in com.bazaarvoice.bvandroidsdk
 

S

setUserAuthString(String) - Method in class com.bazaarvoice.bvandroidsdk.BVSDK
Tell BVSDK who the user is.
ShopperProfile - Class in com.bazaarvoice.bvandroidsdk
 
ShopperProfile() - Constructor for class com.bazaarvoice.bvandroidsdk.ShopperProfile
 

T

THREAD_PREFIX - Static variable in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
toBase64(Bitmap) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 
toString() - Method in class com.bazaarvoice.bvandroidsdk.BVProduct
 
toString() - Method in class com.bazaarvoice.bvandroidsdk.BVReview
 
toString() - Method in enum com.bazaarvoice.bvandroidsdk.Feature
 
toString() - Method in class com.bazaarvoice.bvandroidsdk.Profile
 
toString() - Method in enum com.bazaarvoice.bvandroidsdk.ReportingGroup
 
toString() - Method in class com.bazaarvoice.bvandroidsdk.ShopperProfile
 
toUrl(String) - Static method in class com.bazaarvoice.bvandroidsdk.internal.Utils
 

U

Utils - Class in com.bazaarvoice.bvandroidsdk.internal
Junk drawer of utility methods.
Utils() - Constructor for class com.bazaarvoice.bvandroidsdk.internal.Utils
 

V

valueOf(String) - Static method in enum com.bazaarvoice.bvandroidsdk.BazaarEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bazaarvoice.bvandroidsdk.BVLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bazaarvoice.bvandroidsdk.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bazaarvoice.bvandroidsdk.ReportingGroup
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bazaarvoice.bvandroidsdk.BazaarEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bazaarvoice.bvandroidsdk.BVLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bazaarvoice.bvandroidsdk.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bazaarvoice.bvandroidsdk.ReportingGroup
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I L M O P R S T U V 
Skip navigation links