getContentSuspend

suspend fun getContentSuspend(id: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, ArcXPContentElement>

getContentSuspend This suspend function requests an ans result by id

Return

Either returns either Success ArcXPContentElement or Failure ArcXPException

Parameters

id

ANS ID

shouldIgnoreCache

if true, we ignore caching for this call only