Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Interface ISignaturePage

    签名回调接口

    Namespace: Fleet.Mobile.Containers
    Assembly: FleetMobile.dll
    Syntax
    public interface ISignaturePage

    Methods

    SetSignatureBytesAsync(byte[])

    签名页面完成后会调用该方法。

    Declaration
    Task SetSignatureBytesAsync(byte[] data)
    Parameters
    byte[] data

    签名图片数据

    Returns
    Task

    In this article
    Back to top Generated by DocFX