if(session == null ){
session = Record.createSession({:name=>"Example", :sport=>Record.SPORT_TRAINING , :subSport=>Record.SUB_SPORT_CARDIO_TRAINING});
}
..now,the session is created and saved correctly,but I assumed that the name been saved would be "Example",instead it's saved just like "Cardio Fitness".
I make some mistake in the syntax and there is a way to save it with the name that I want,or it's just like that?
Thanks in advance