Class PersonalizeApiClient.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withTestDevices

        @AnyThread
        @NonNull
        public PersonalizeApiClient.Builder withTestDevices​(@Nullable
                                                            android.content.Context context,
                                                            @Nullable
                                                            java.util.List<java.lang.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 of Context.
        testDevices - List of identifiers of test devices.
        Returns:
        Instance of PersonalizeApiClient.Builder