Contents

settingsString()

Returns the current encoder settings string.

Declaration

func settingsString() -> String!

Return Value

A UTF-8 XML escaped string with the current encoder settings.

Discussion

When the current encoder settings are updated, the Compressor app calls this method to receive and store the updated settings on its end to keep the settings persistent across extension sessions.

See Also

Getting Extension Settings and Details