Interface CfnInAppTemplate.IOverrideButtonConfigurationProperty
Specifies the configuration of a button with settings that are specific to a certain device type.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOverrideButtonConfigurationProperty
Syntax (vb)
Public Interface IOverrideButtonConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var overrideButtonConfigurationProperty = new OverrideButtonConfigurationProperty {
ButtonAction = "buttonAction",
Link = "link"
};
Synopsis
Properties
ButtonAction | The action that occurs when a recipient chooses a button in an in-app message. |
Link | The destination (such as a URL) for a button. |
Properties
ButtonAction
The action that occurs when a recipient chooses a button in an in-app message.
virtual string ButtonAction { get; }
Property Value
System.String
Remarks
Link
The destination (such as a URL) for a button.
virtual string Link { get; }
Property Value
System.String