SDLTextAndGraphicManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the ScreenManager class

SDLTextAndGraphicManagerErrorPendingUpdateSuperseded

A pending update was superseded by a newer requested update. The old update will not be sent

Objective-C

SDLTextAndGraphicManagerErrorPendingUpdateSuperseded = -1

Swift

case pendingUpdateSuperseded = -1

SDLTextAndGraphicManagerErrorCurrentlyBatching

The manager is currently batching updates so the update will not yet be sent and the handler will not be called

Objective-C

SDLTextAndGraphicManagerErrorCurrentlyBatching = -2

Swift

case currentlyBatching = -2

SDLTextAndGraphicManagerErrorNothingToUpdate

The manager could find nothing to update

Objective-C

SDLTextAndGraphicManagerErrorNothingToUpdate = -3

Swift

case nothingToUpdate = -3