1#ifndef _fc_add_account_feed_
2#define _fc_add_account_feed_
11 char* jsonArray =
nullptr;
51 void set(
const char* title,
const char* description,
const char* avatar,
bool visible,
bool locked,
bool enReaction);
Definition add_account_feed.h:7
char * getWSEPurl()
Definition add_account_feed.cpp:115
char * getEPurl()
Definition add_account_feed.cpp:98
void addDataComponents(const char *data)
Definition add_account_feed.cpp:47
~AddAccountFeed()
Definition add_account_feed.h:25
void set(const char *title, const char *description, const char *avatar, bool visible, bool locked, bool enReaction)
Definition add_account_feed.cpp:20
void appendDataComponents()
Definition add_account_feed.cpp:76
char * get()
Definition add_account_feed.cpp:132