public static final class MiniAppEventBuilder.CustomEventBuilder extends MiniAppEventBuilder
MiniAppEventBuilder.CloseEventBuilder, MiniAppEventBuilder.CustomEventBuilder, MiniAppEventBuilder.EventBuilder, MiniAppEventBuilder.OpenEventBuilder, MiniAppEventBuilder.UserEventBuilder| Modifier and Type | Method and Description |
|---|---|
MiniAppEventBuilder.CustomEventBuilder |
withCustomUserId(java.lang.String customUserId)
Sets the new value of user identifier
|
MiniAppEventBuilder.CustomEventBuilder |
withEventParams(java.util.Map<java.lang.String,java.lang.String> eventParams)
Sets the new value of user identifier
|
build, newEventBuilder@AnyThread @NonNull public MiniAppEventBuilder.CustomEventBuilder withCustomUserId(@Nullable java.lang.String customUserId)
customUserId - New value of user identifierMiniAppEventBuilder.CustomEventBuilder@AnyThread @NonNull public MiniAppEventBuilder.CustomEventBuilder withEventParams(@Nullable java.util.Map<java.lang.String,java.lang.String> eventParams)
eventParams - New value of event paramsMiniAppEventBuilder.CustomEventBuilder