Playtomic.PlayerLevels.List C# (CSharp) Method

List() public static method

public static List ( Hashtable options, Action callback ) : void
options System.Collections.Hashtable
callback Action
return void
        public static void List(Hashtable options, Action<List<PlayerLevel>, int, PResponse> callback)
        {
            SendListRequest(SECTION, LIST, options, callback);
        }