firebase:: admob:: KeyValuePair
#include <types.h>
Generic Key-Value container used for the "extras" values in an firebase::admob::AdRequest.
Summary
Public attributes |
|
---|---|
key
|
const char *
The name for an "extra.".
|
value
|
const char *
The value for an "extra.".
|
Public attributes
key
const char * firebase::admob::KeyValuePair::key
The name for an "extra.".
value
const char * firebase::admob::KeyValuePair::value
The value for an "extra.".