Notifications

NotificationMessage are sent by the Apple TV once the client updates config has been sent.

syntax = "proto2";

import "ProtocolMessage.proto";

extend ProtocolMessage {
  optional NotificationMessage notificationMessage = 16;
}

message NotificationMessage {
  repeated string notification = 1;
  repeated bytes userInfo = 2;
}

SERVER -> CLIENT

type: NOTIFICATION_MESSAGE
priority: 0
[notificationMessage] {
  notification: "kMRTelevisionRemoteNowPlayingArtworkChanged"
}

results matching ""

    No results matching ""