AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-pinpoint
include
aws
pinpoint
model
Layout.h
1
6
#pragma once
7
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Pinpoint
13
{
14
namespace
Model
15
{
16
enum class
Layout
17
{
18
NOT_SET
,
19
BOTTOM_BANNER
,
20
TOP_BANNER
,
21
OVERLAYS
,
22
MOBILE_FEED
,
23
MIDDLE_BANNER
,
24
CAROUSEL
25
};
26
27
namespace
LayoutMapper
28
{
29
AWS_PINPOINT_API
Layout
GetLayoutForName
(
const
Aws::String
& name);
30
31
AWS_PINPOINT_API
Aws::String
GetNameForLayout
(
Layout
value);
32
}
// namespace LayoutMapper
33
}
// namespace Model
34
}
// namespace Pinpoint
35
}
// namespace Aws
Aws::Pinpoint::Model::LayoutMapper::GetNameForLayout
AWS_PINPOINT_API Aws::String GetNameForLayout(Layout value)
Aws::Pinpoint::Model::LayoutMapper::GetLayoutForName
AWS_PINPOINT_API Layout GetLayoutForName(const Aws::String &name)
Aws::Pinpoint::Model::Layout
Layout
Definition
Layout.h:17
Aws::Pinpoint::Model::Layout::MOBILE_FEED
@ MOBILE_FEED
Aws::Pinpoint::Model::Layout::OVERLAYS
@ OVERLAYS
Aws::Pinpoint::Model::Layout::TOP_BANNER
@ TOP_BANNER
Aws::Pinpoint::Model::Layout::MIDDLE_BANNER
@ MIDDLE_BANNER
Aws::Pinpoint::Model::Layout::CAROUSEL
@ CAROUSEL
Aws::Pinpoint::Model::Layout::BOTTOM_BANNER
@ BOTTOM_BANNER
Aws::Pinpoint::Model::__EndpointTypesElement::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences