Mobile SDK - iOS 릴리스 버전: Australia업데이트 날짜 2026년 03월 12일 소요 시간: 1분The Mobile SDK for iOS provides the classes necessary to interface iOS-based devices with the ServiceNow platform. FetchConfiguration structure - iOSThe FetchConfiguration structure provides the ability to define the configuration for fetching records from your ServiceNow instance.FieldReadConfiguration structure - iOSThe FieldReadConfiguration structure enables you to configure which fields to fetch from a ServiceNow instance table and in which format.FieldWriteOptions class - iOSThe FieldWriteOptions class provides functions that set the options for updating or creating fields in a record on a ServiceNow instance.Filter structure - iOSThe Filter structure provides the ability to configure filters that define the data to return in the return results of a REST endpoint query.NowAnalyticsService protocol - iOSThe NowAnalyticsService protocol provides functions that enable you to configure analytics properties, user settings, and events for managing the collection of user analytics data.NowAnalyticsServiceDelegate protocol - iOSThe NowAnalyticsServiceDelegate protocol provides callback functions that provide information about the starting and ending of a user session and screen change detection.NowAPIEndpoint protocol - iOSThe NowAPIEndpoint protocol provides an interface for accessing any publicly exposed ServiceNow REST APIs.NowAPIService class - iOSThe NowAPIService class provides functions that enable you to perform requests to a specified ServiceNow REST API.NowAttachment structure - iOSThe NowAttachment structure provides functions that enable you to validate attachments by comparing their computed hash.NowAttachmentMetadata structure - iOSThe NowAttachmentMetadata structure provides functions that enable you to encode and manage attachment metadata.NowAttachmentService class - iOSThe NowAttachmentService class provides functions that enable you to upload and query attachments that are associated with records within a table on a ServiceNow instance.NowAttachmentUploadConfiguration structure - iOSThe NowAttachmentUploadConfiguration structure enables you to define the configuration information for an attachment that you are uploading to your ServiceNow instance.NowChat API - iOSThe NowChat API is a top-level global API that enables users to instantiate a NowChat service instance.NowChatColoring protocol - iOSThe NowChatColoring protocol defines default colors for the elements in the Live Agent and Virtual Agent chat UI.NowChatConfiguration - iOSThe NowChatConfiguration class enables you to configure options on a chat session, such as showing a prompt before closing a chat window, disabling features while using chat, applying different conversation options when using chat, and configuring UI components in NowChat.NowChatService class - iOSThe NowChatService class provides Virtual and Live Agent chat capabilities.NowChatServiceDelegate protocol - iOSThe NowChatServiceDelegate protocol provides callbacks for notification of actions within the NowChatService such as a request to open a URL or dismiss the chat view controller.NowChatThemeable protocol - iOSThe NowChatThemeable protocol provides properties that enable you to override the colors used within chat pages hosted on your ServiceNow instance.NowCoreService class - iOSThe NowCoreService class provides fundamental services to the various SDK feature services. This class should only be instantiated by NowSDK.NowData framework - iOSThe NowData framework contains methods that enable the instantiation of NowData services, such as NowGraphQLService, NowTableService, NowAPIService (for custom APIs), and NowAttachmentService.NowGraphQLService class - iOSThe NowGraphQLService class provides functions that enable you to make requests using GraphQL queries against data on your ServiceNow instance through its GraphQL REST API.NowLoggingService class - iOSThe NowLoggingService class provides functions that provide logging capabilities to feature services with the NowSDK.NowPush API - iOSThe NowPush API is a top-level global API that enables users to instantiate a NowPush service instance.NowPushPayload protocolNowPushPayload is a generic protocol you can use to define a push notification protocol within the NowSDK framework.NowPushService class - iOSThe NowPushService class provides functions that enable interaction with the Push Notification service.NowRecord class - iOSThe NowRecord class defines a model that represents a record in a table on a ServiceNow instance.NowSDK framework - iOSThe NowSDK framework contains methods that enable the instantiation of various feature services.NowSDKConfiguration class - iOSThe NowSDKConfiguration class contains configuration information needed to initialize the NowSDK.NowService protocol - iOSThe NowService protocol provides a single interface to the NowSDK for all feature services. It defines the configuration parameters needed to access your ServiceNow instance.NowServiceConfiguration structure - iOSThe NowServiceConfiguration structure defines configuration information for a feature service.NowTableService class - iOSThe NowTableService class provides functions that enable you to perform create, read, update, and delete operations on records of existing ServiceNow tables.NowWeb API - iOSThe NowWeb API is a top-level global API that enables uses to instantiate a NowWeb service instance.NowWebColoring protocol - iOSThe NowWebColoring protocol provides default values for the colors used within web pages hosted on your ServiceNow instance in a native web view.NowWebService class - iOSThe NowWebService class provides functions that enable the browsing of web pages on a ServiceNow instance.NowWebThemeable protocol - iOSThe NowWebThemeable protocol provides properties that enable you to override the colors used within web pages hosted on your ServiceNow instance in a native web view.NowWebViewController class - iOSThe NowWebViewController class provides functions that enable you to manage a web viewer.NowWebViewControllerDelegate protocol - iOSThe NowWebViewControllerDelegate protocol provides callbacks for notification of issues within the NowWebViewController processing such as when a flow ends or a navigation fails.Paginator API - iOSThe Paginator class provides methods for iterating through a record set returned by a call to the ServiceNow Table API through the NowTableService. It is the object that is returned by the NowTableService paginator() methods. Do not call this method outside of that environment.SNMobileAnalytics APIThe SNMobileAnalytics API provides methods that you can call within a WebView using JavaScript. These methods enable you to push custom analytics data (events, pages, and user properties) to the Usage Insights for Service Portal dashboard.
Mobile SDK - iOS 릴리스 버전: Australia업데이트 날짜 2026년 03월 12일 소요 시간: 1분The Mobile SDK for iOS provides the classes necessary to interface iOS-based devices with the ServiceNow platform. FetchConfiguration structure - iOSThe FetchConfiguration structure provides the ability to define the configuration for fetching records from your ServiceNow instance.FieldReadConfiguration structure - iOSThe FieldReadConfiguration structure enables you to configure which fields to fetch from a ServiceNow instance table and in which format.FieldWriteOptions class - iOSThe FieldWriteOptions class provides functions that set the options for updating or creating fields in a record on a ServiceNow instance.Filter structure - iOSThe Filter structure provides the ability to configure filters that define the data to return in the return results of a REST endpoint query.NowAnalyticsService protocol - iOSThe NowAnalyticsService protocol provides functions that enable you to configure analytics properties, user settings, and events for managing the collection of user analytics data.NowAnalyticsServiceDelegate protocol - iOSThe NowAnalyticsServiceDelegate protocol provides callback functions that provide information about the starting and ending of a user session and screen change detection.NowAPIEndpoint protocol - iOSThe NowAPIEndpoint protocol provides an interface for accessing any publicly exposed ServiceNow REST APIs.NowAPIService class - iOSThe NowAPIService class provides functions that enable you to perform requests to a specified ServiceNow REST API.NowAttachment structure - iOSThe NowAttachment structure provides functions that enable you to validate attachments by comparing their computed hash.NowAttachmentMetadata structure - iOSThe NowAttachmentMetadata structure provides functions that enable you to encode and manage attachment metadata.NowAttachmentService class - iOSThe NowAttachmentService class provides functions that enable you to upload and query attachments that are associated with records within a table on a ServiceNow instance.NowAttachmentUploadConfiguration structure - iOSThe NowAttachmentUploadConfiguration structure enables you to define the configuration information for an attachment that you are uploading to your ServiceNow instance.NowChat API - iOSThe NowChat API is a top-level global API that enables users to instantiate a NowChat service instance.NowChatColoring protocol - iOSThe NowChatColoring protocol defines default colors for the elements in the Live Agent and Virtual Agent chat UI.NowChatConfiguration - iOSThe NowChatConfiguration class enables you to configure options on a chat session, such as showing a prompt before closing a chat window, disabling features while using chat, applying different conversation options when using chat, and configuring UI components in NowChat.NowChatService class - iOSThe NowChatService class provides Virtual and Live Agent chat capabilities.NowChatServiceDelegate protocol - iOSThe NowChatServiceDelegate protocol provides callbacks for notification of actions within the NowChatService such as a request to open a URL or dismiss the chat view controller.NowChatThemeable protocol - iOSThe NowChatThemeable protocol provides properties that enable you to override the colors used within chat pages hosted on your ServiceNow instance.NowCoreService class - iOSThe NowCoreService class provides fundamental services to the various SDK feature services. This class should only be instantiated by NowSDK.NowData framework - iOSThe NowData framework contains methods that enable the instantiation of NowData services, such as NowGraphQLService, NowTableService, NowAPIService (for custom APIs), and NowAttachmentService.NowGraphQLService class - iOSThe NowGraphQLService class provides functions that enable you to make requests using GraphQL queries against data on your ServiceNow instance through its GraphQL REST API.NowLoggingService class - iOSThe NowLoggingService class provides functions that provide logging capabilities to feature services with the NowSDK.NowPush API - iOSThe NowPush API is a top-level global API that enables users to instantiate a NowPush service instance.NowPushPayload protocolNowPushPayload is a generic protocol you can use to define a push notification protocol within the NowSDK framework.NowPushService class - iOSThe NowPushService class provides functions that enable interaction with the Push Notification service.NowRecord class - iOSThe NowRecord class defines a model that represents a record in a table on a ServiceNow instance.NowSDK framework - iOSThe NowSDK framework contains methods that enable the instantiation of various feature services.NowSDKConfiguration class - iOSThe NowSDKConfiguration class contains configuration information needed to initialize the NowSDK.NowService protocol - iOSThe NowService protocol provides a single interface to the NowSDK for all feature services. It defines the configuration parameters needed to access your ServiceNow instance.NowServiceConfiguration structure - iOSThe NowServiceConfiguration structure defines configuration information for a feature service.NowTableService class - iOSThe NowTableService class provides functions that enable you to perform create, read, update, and delete operations on records of existing ServiceNow tables.NowWeb API - iOSThe NowWeb API is a top-level global API that enables uses to instantiate a NowWeb service instance.NowWebColoring protocol - iOSThe NowWebColoring protocol provides default values for the colors used within web pages hosted on your ServiceNow instance in a native web view.NowWebService class - iOSThe NowWebService class provides functions that enable the browsing of web pages on a ServiceNow instance.NowWebThemeable protocol - iOSThe NowWebThemeable protocol provides properties that enable you to override the colors used within web pages hosted on your ServiceNow instance in a native web view.NowWebViewController class - iOSThe NowWebViewController class provides functions that enable you to manage a web viewer.NowWebViewControllerDelegate protocol - iOSThe NowWebViewControllerDelegate protocol provides callbacks for notification of issues within the NowWebViewController processing such as when a flow ends or a navigation fails.Paginator API - iOSThe Paginator class provides methods for iterating through a record set returned by a call to the ServiceNow Table API through the NowTableService. It is the object that is returned by the NowTableService paginator() methods. Do not call this method outside of that environment.SNMobileAnalytics APIThe SNMobileAnalytics API provides methods that you can call within a WebView using JavaScript. These methods enable you to push custom analytics data (events, pages, and user properties) to the Usage Insights for Service Portal dashboard.