public static interface ChannelMembershipPreferences.Builder extends SdkPojo, CopyableBuilder<ChannelMembershipPreferences.Builder,ChannelMembershipPreferences>
| Modifier and Type | Method and Description |
|---|---|
default ChannelMembershipPreferences.Builder |
pushNotifications(Consumer<PushNotificationPreferences.Builder> pushNotifications)
The push notification configuration of a message.
|
ChannelMembershipPreferences.Builder |
pushNotifications(PushNotificationPreferences pushNotifications)
The push notification configuration of a message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelMembershipPreferences.Builder pushNotifications(PushNotificationPreferences pushNotifications)
The push notification configuration of a message.
pushNotifications - The push notification configuration of a message.default ChannelMembershipPreferences.Builder pushNotifications(Consumer<PushNotificationPreferences.Builder> pushNotifications)
The push notification configuration of a message.
This is a convenience method that creates an instance of thePushNotificationPreferences.Builder
avoiding the need to create one manually via PushNotificationPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to pushNotifications(PushNotificationPreferences).pushNotifications - a consumer that will call methods on PushNotificationPreferences.BuilderpushNotifications(PushNotificationPreferences)Copyright © 2022. All rights reserved.