Module expo_server_sdk_push_notification

Function Index

get_receipts/2 Send the get notification receipts request when using a list of ids.
push/2 Send the push notification request when using a single message map.
push_list/2 Send the push notification request when using a list of message maps.

Function Details

get_receipts/2

get_receipts(Ids::[string()], AccessToken::string() | nil) -> expo_server_sdk_parser:parsed_response()

Send the get notification receipts request when using a list of ids

push/2

push(Message::map(), AccessToken::string() | nil) -> expo_server_sdk_parser:parsed_response()

Send the push notification request when using a single message map

push_list/2

push_list(Messages::[map()], AccessToken::string() | nil) -> expo_server_sdk_parser:parsed_list_response()

Send the push notification request when using a list of message maps


Generated by EDoc