myDSSSDK Documentation

Structure DSSAppearance.​Views

public struct Views  

Внешний фоновых элементов

Member Of

DSSAppearance

Статический класс для хранения данных об внешнем виде UI

Initializers

init(main:​overlay:​dimming​View:​modal:​document​Preview:​pdf​Document:​pdf​Page:​scanner​Overlay:​slide​UpView:​pin​Dot​Inactive:​pin​Dot​Active:​selected​Documents​Badge:​)

public init(
            main: DSSAppearance.ViewAppearance,
            overlay: DSSAppearance.ViewAppearance,
            dimmingView: DSSAppearance.ViewAppearance,
            modal: DSSAppearance.ViewAppearance,
            documentPreview: DSSAppearance.ViewAppearance,
            pdfDocument: DSSAppearance.ViewAppearance,
            pdfPage: DSSAppearance.ViewAppearance,
            scannerOverlay: DSSAppearance.ViewAppearance,
            slideUpView: DSSAppearance.ViewAppearance,
            pinDotInactive: DSSAppearance.ViewAppearance,
            pinDotActive: DSSAppearance.ViewAppearance,
            selectedDocumentsBadge: DSSAppearance.ViewAppearance)  

Конструктор всех фоновых элементов

Parameters

main DSSAppearance.​View​Appearance

Основной фон

overlay DSSAppearance.​View​Appearance

Фон, появляющийся при взаимодействии с интерфейсом SDK

dimming​View DSSAppearance.​View​Appearance

Затемняющий фон

modal DSSAppearance.​View​Appearance

Фон модального окна

document​Preview DSSAppearance.​View​Appearance

Фон ячейки с предпросмотром документа

pdf​Document DSSAppearance.​View​Appearance

Фон PDF документа

pdf​Page DSSAppearance.​View​Appearance

PDF страница

scanner​Overlay DSSAppearance.​View​Appearance

Фон под элементами на экране сканирования QR-кода

slide​UpView DSSAppearance.​View​Appearance

Фон «выползающего» окна

pin​Dot​Inactive DSSAppearance.​View​Appearance

«Точки» при вводе ПИН-кода при неактивном состоянии

pin​Dot​Active DSSAppearance.​View​Appearance

«Точки» при вводе ПИН-кода при активном состоянии

selected​Documents​Badge DSSAppearance.​View​Appearance

Блок с кол-вом выбранных документов

Properties

main

public var main: ViewAppearance

Основной фон

overlay

public var overlay: ViewAppearance

Фон, появляющийся при взаимодействии с интерфейсом SDK

dimming​View

public var dimmingView: ViewAppearance

Затемняющий фон

modal

public var modal: ViewAppearance

Фон модального окна

document​Preview

public var documentPreview: ViewAppearance

Фон ячейки с предпросмотром документа

pdf​Document

public var pdfDocument: ViewAppearance

Фон PDF документа

pdf​Page

public var pdfPage: ViewAppearance

PDF страница

scanner​Overlay

public var scannerOverlay: ViewAppearance

Фон под элементами на экране сканирования QR-кода

slide​UpView

public var slideUpView: ViewAppearance

Фон «выползающего» окна

pin​Dot​Inactive

public var pinDotInactive: ViewAppearance

«Точки» при вводе ПИН-кода при неактивном состоянии

pin​Dot​Active

public var pinDotActive: ViewAppearance

«Точки» при вводе ПИН-кода при активном состоянии

selected​Documents​Badge

public var selectedDocumentsBadge: ViewAppearance

Блок с кол-вом выбранных документов