Function get_push_receiver_id

Source
pub async fn get_push_receiver_id(
    payload: String,
    client_id: i32,
) -> Result<PushReceiverId, Error>
Expand description

Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously

ยงArguments

  • payload - JSON-encoded push notification payload
  • client_id - The client id to send the request to