API Reference
SeamSDKService
Class reference
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Class reference
@objc(SeamSDKService) final class SeamSDKService
credentials@objc var credentials: NSArray { get }
isActive@objc var isActive: NSNumber { get }
activate(_:)@objc(activateWithCompletion:) func activate(_ completion: @escaping (NSNumber, NSString?) -> Void)
credentialsPublisher()@objc(credentialsPublisher) func credentialsPublisher() -> AnyObject
isActivePublisher()@objc(isActivePublisher) func isActivePublisher() -> AnyObject
refresh(_:)@objc(refreshWithCompletion:) func refresh(_ completion: @escaping (NSNumber, NSArray?) -> Void)
unlock(credentialId:timeout:)@objc(unlockWithCredentialId:timeout:) func unlock(credentialId: NSString, timeout: NSNumber) -> AnyObject
shared@objc(shared) static let shared: SeamSDKService
initialize(clientSessionToken:)@objc(initializeWithClientSessionToken:) class func initialize(clientSessionToken: NSString) -> NSNumber
Was this page helpful?