postApiV1AdminNotificationsSend
postApiV1AdminNotificationsSend<
ThrowOnError>(options:Options<PostApiV1AdminNotificationsSendData,ThrowOnError>):RequestResult<PostApiV1AdminNotificationsSendResponses,PostApiV1AdminNotificationsSendErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:246Â
Send test push notification (admin)
Sends an Expo push to every device registered under the resolved account. Exactly one of account_id or user_address must be provided. Returns the per-device delivery breakdown including any rows pruned because Expo reported DeviceNotRegistered.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<PostApiV1AdminNotificationsSendResponses, PostApiV1AdminNotificationsSendErrors, ThrowOnError>
Last updated on