semilimes mcu sdk 1.1.5
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
AddAccountFeed Class Reference

Public Member Functions

 ~AddAccountFeed ()
 
void set (const char *title, const char *description, const char *avatar, bool visible, bool locked, bool enReaction)
 
void addDataComponents (const char *data)
 
void appendDataComponents ()
 
char * getEPurl ()
 
char * getWSEPurl ()
 
char * get ()
 

Constructor & Destructor Documentation

◆ ~AddAccountFeed()

AddAccountFeed::~AddAccountFeed ( )
inline
Returns
void

Member Function Documentation

◆ addDataComponents()

void AddAccountFeed::addDataComponents ( const char * data)
Parameters
data- the json description of the data component
Returns
void

◆ appendDataComponents()

void AddAccountFeed::appendDataComponents ( )
Returns
void

◆ get()

char * AddAccountFeed::get ( )
Returns
char*

◆ getEPurl()

char * AddAccountFeed::getEPurl ( )
Parameters
char*getEPurl();
Returns
char* sme_httpsUrl + endpoint

◆ getWSEPurl()

char * AddAccountFeed::getWSEPurl ( )
Parameters
char*getWSEPurl();
Returns
char* endpoint

◆ set()

void AddAccountFeed::set ( const char * title,
const char * description,
const char * avatar,
bool visible,
bool locked,
bool enReaction )
Parameters
title- sets the feed title
description- sets the feed description
avatar- takes a fileId (obtained by a File Upload endpoint) and sets the main avatar image of the feed
locked- define the feed general edit permissions. If set to true, its content cannot be interacted by other users
enReactions- allows other users to post reactions (e.g. likes) to feed’s content
Returns
void

The documentation for this class was generated from the following files: