Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLTextAndGraphicManagerError

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
View on GitHub.com
Previous Section Next Section