mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-28 09:19:40 -05:00
- change method name from onMapping, to mappings
This commit is contained in:
@@ -65,7 +65,7 @@ public class TikTokLiveClientBuilder implements LiveClientBuilder {
|
||||
this.onCustomDependencies = new ArrayList<>();
|
||||
}
|
||||
|
||||
public LiveClientBuilder onMapping(Consumer<LiveMapper> consumer) {
|
||||
public LiveClientBuilder mappings(Consumer<LiveMapper> consumer) {
|
||||
this.onCustomMappings.add(consumer);
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user