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 aResponseis passed to the completion handler, this value is onlynilforKind.closerequests. Otherwise, when passed to the error handler, alwaysnil.Declaration
Swift
public let codeCompletion: SKCodeCompletion?
SKCodeCompletionSessionResponse Structure Reference