| 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. |
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(Message::map(), AccessToken::string() | nil) -> expo_server_sdk_parser:parsed_response()
Send the push notification request when using a single message map
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