ProtoRune.App.Bsky.Notification.RegisterPush (proto_rune v0.1.1)

Generated procedure module for main

Description: Register to receive push notifications, via a specified service, for the requesting account. Requires auth.

Summary

Types

@type input() :: %{
  app_id: String.t(),
  platform: :ios | :android | :web,
  service_did: String.t(),
  token: String.t()
}