All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dingtalk.open.app.api.OpenDingTalkClient Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.api;

/**
 * 钉钉客户端
 *
 * @author feiyin
 * @date 2022/12/23
 */
public interface OpenDingTalkClient {
    /**
     * 启动客户端
     *
     * @throws Exception
     */
    void start() throws Exception;

    /**
     * 关闭客户端
     *
     * @throws Exception
     */
    void stop() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy