Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
54 lines (30 loc) · 1022 Bytes

claws_fcm.md

File metadata and controls

54 lines (30 loc) · 1022 Bytes

Module claws_fcm

.

Copyright (c) (C) 2018

Behaviours: gen_server.

Authors: yan.guiborat.

Function Index

send/1
start_link/2 Starts the server.
stop/0

Function Details

send/1


send(Data::tuple()) -> tuple()

start_link/2


start_link(FCMConfig::#{}, NbWorkers::integer()) -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Starts the server

stop/0

stop() -> any()