SyncedText
open class SyncedText: SyncEngine
SyncedText is a subclass of SyncEngine. It handles syncing of application texts.
-
Retrieves text for a key from SyncEngine.
Parameter
Parameter key: A KeyReturns
A text from SyncEngineDeclaration
Swift
public class func text(forKey key: String) -> StringParameters
keyA Key
Return Value
A text from SyncEngine
View on GitHub
SyncedText Class Reference