SKCodeCompletionSessionResponse
public struct SKCodeCompletionSessionResponse
Undocumented
-
Represents a response type.
See moreDeclaration
Swift
public enum Kind
-
The type of the code completion session request.
Declaration
Swift
public let kind: Kind
-
The code completion session options used for the request.
Declaration
Swift
public let options: SKCodeCompletionSession.Options?
-
The code completion response of the request.
Note
When aResponse
is passed to the completion handler, this value is onlynil
forKind.close
requests. Otherwise, when passed to the error handler, alwaysnil
.Declaration
Swift
public let codeCompletion: SKCodeCompletion?