PushMessageContentGameScore constructor

PushMessageContentGameScore(
  1. {required String title,
  2. required int score,
  3. required bool is_pinned,
  4. int? extra,
  5. int? clientId}
)

A new high score was achieved in a game

Implementation

PushMessageContentGameScore