Class WelcomeEvent.BannerEndpointConfig
Banner images endpoint.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class BannerEndpointConfig
Properties
| Improve this Doc View SourceNotificationEndpoints
Notification banner images endpoint.
Declaration
[JsonProperty("notification")]
public IDictionary<string, string> NotificationEndpoints { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |
PromotionEndpoints
Promotions banner images endpoint.
Declaration
[JsonProperty("promotion")]
public IDictionary<string, string> PromotionEndpoints { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |