AWS SDK for C++
AWS SDK for C++ Version 1.11.741
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Pinpoint {
12
namespace
Model {
13
enum class
Layout
{
NOT_SET
,
BOTTOM_BANNER
,
TOP_BANNER
,
OVERLAYS
,
MOBILE_FEED
,
MIDDLE_BANNER
,
CAROUSEL
};
14
15
namespace
LayoutMapper {
16
AWS_PINPOINT_API
Layout
GetLayoutForName
(
const
Aws::String
& name);
17
18
AWS_PINPOINT_API
Aws::String
GetNameForLayout
(
Layout
value);
19
}
// namespace LayoutMapper
20
}
// namespace Model
21
}
// namespace Pinpoint
22
}
// 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:13
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