public static class CustomEventUser.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomEventUser |
build() |
CustomEventUser.Builder |
setChannel(java.lang.String channel)
Set the Airship channel identifier for the user who triggered the event.
|
CustomEventUser.Builder |
setCustomEventChannelType(CustomEventChannelType channelType)
Set the channel type.
|
CustomEventUser.Builder |
setNamedUserId(java.lang.String namedUserId)
Set the Airship named user identifier for the named user who triggered the event.
|
public CustomEventUser.Builder setChannel(java.lang.String channel)
channel - Stringpublic CustomEventUser.Builder setNamedUserId(java.lang.String namedUserId)
namedUserId - Stringpublic CustomEventUser.Builder setCustomEventChannelType(CustomEventChannelType channelType)
channelType - CustomEventChannelTypepublic CustomEventUser build()