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 Key

    Returns

    A text from SyncEngine

    Declaration

    Swift

    public class func text(forKey key: String) -> String

    Parameters

    key

    A Key

    Return Value

    A text from SyncEngine