Documentation Archive Developer
Search

VideoSubscriberAccount Changes for Swift

VideoSubscriberAccount (Added)

Added VSAccountAccessStatus [enum]
Added VSAccountAccessStatus.denied
Added VSAccountAccessStatus.granted
Added VSAccountAccessStatus.notDetermined
Added VSAccountAccessStatus.restricted
Added VSAccountManager
Added VSAccountManager.checkAccessStatus(options: [VSCheckAccessOption : Any], completionHandler: (VSAccountAccessStatus, Error?) -> Swift.Void)
Added VSAccountManager.delegate
Added VSAccountManager.enqueue(_: VSAccountMetadataRequest, completionHandler: (VSAccountMetadata?, Error?) -> Swift.Void) -> VSAccountManagerResult
Added VSAccountManagerDelegate
Added VSAccountManagerDelegate.accountManager(_: VSAccountManager, dismiss: UIViewController)
Added VSAccountManagerDelegate.accountManager(_: VSAccountManager, present: UIViewController)
Added VSAccountManagerResult
Added VSAccountManagerResult.cancel()
Added VSAccountMetadata
Added VSAccountMetadata.accountProviderIdentifier
Added VSAccountMetadata.authenticationExpirationDate
Added VSAccountMetadata.samlAttributeQueryResponse
Added VSAccountMetadata.verificationData
Added VSAccountMetadataRequest
Added VSAccountMetadataRequest.attributeNames
Added VSAccountMetadataRequest.channelIdentifier
Added VSAccountMetadataRequest.forceAuthentication
Added VSAccountMetadataRequest.includeAccountProviderIdentifier
Added VSAccountMetadataRequest.includeAuthenticationExpirationDate
Added VSAccountMetadataRequest.isInterruptionAllowed
Added VSAccountMetadataRequest.localizedVideoTitle
Added VSAccountMetadataRequest.supportedAccountProviderIdentifiers
Added VSAccountMetadataRequest.verificationToken
Added VSCheckAccessOption [struct]
Added VSCheckAccessOption.init(rawValue: String)
Added VSCheckAccessOption.prompt
Added VSError [struct]
Added VSError.accessNotGranted
Added VSError.init(_nsError: NSError)
Added VSError.invalidVerificationToken
Added VSError.providerRejected
Added VSError.serviceTemporarilyUnavailable
Added VSError.unsupportedProvider
Added VSError.userCancelled
Added VSError.Code [enum]
Added VSError.Code.accessNotGranted
Added VSError.Code.invalidVerificationToken
Added VSError.Code.providerRejected
Added VSError.Code.serviceTemporarilyUnavailable
Added VSError.Code.unsupportedProvider
Added VSError.Code.userCancelled
Added VSErrorDomain
Added VSErrorInfoKeySAMLResponse
Added VSErrorInfoKeySAMLResponseStatus
Added VSErrorInfoKeyUnsupportedProviderIdentifier