// Copyright 2015 The Vanadium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
typedef void keyValueCallback(String key, String value); | |
String gameIDFromGameKey(String gameKey) { | |
return null; | |
} | |
String playerIDFromPlayerKey(String playerKey) { | |
return null; | |
} |