Package com.my.tracker.personalize
Class PersonalizeApiClient.Builder
java.lang.Object
com.my.tracker.personalize.PersonalizeApiClient.Builder
- Enclosing class:
- PersonalizeApiClient
Class of builder for
PersonalizeApiClient-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Method builds an instance ofPersonalizeApiClientwithTestDevices(android.content.Context context, List<String> testDevices) Determines list of test devices which must be used to make a debug calls to server.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTestDevices
public PersonalizeApiClient.Builder withTestDevices(android.content.Context context, List<String> testDevices) Determines list of test devices which must be used to make a debug calls to server. To reset call with null parameters.- Parameters:
context- Instance ofContext.testDevices- List of identifiers of test devices.- Returns:
- Instance of
Builder
-
build
Method builds an instance ofPersonalizeApiClient- Returns:
- Instance of
PersonalizeApiClient
-