Skip to main content

push_expo_message

Function push_expo_message 

Source
pub async fn push_expo_message(
    http: &Client,
    tokens: &[String],
    title: &str,
    body: &str,
    data: Value,
)
Expand description

Send a plain title/body push to a set of Expo tokens. Best-effort: a failure is logged, never propagated. data rides through to the device payload.