ResponseType
public enum ResponseType
The response type define the source from where the SDK retrieve the content.
-
This specifies response is from cache.
Declaration
Swift
case cache
-
This specifies response is from network call.
Declaration
Swift
case network