Project

General

Profile

« Previous | Next » 

Revision ee4e7896

Added by Leszek Koltunski over 3 years ago

if a user has a verified name, set it as a GoogleAnalytics UserId

View differences:

src/main/java/org/distorted/scores/RubikScores.java
119 119
    return mDeviceID;
120 120
    }
121 121

  
122
///////////////////////////////////////////////////////////////////////////////////////////////////
123

  
124
  boolean isVerified()
125
    {
126
    return mNameIsVerified;
127
    }
128

  
129 122
///////////////////////////////////////////////////////////////////////////////////////////////////
130 123

  
131 124
  synchronized boolean thereAreUnsubmittedRecords()
......
229 222
    return false;
230 223
    }
231 224

  
225
///////////////////////////////////////////////////////////////////////////////////////////////////
226

  
227
  public boolean isVerified()
228
    {
229
    return mNameIsVerified;
230
    }
231

  
232 232
///////////////////////////////////////////////////////////////////////////////////////////////////
233 233

  
234 234
  public int getNumPlays()

Also available in: Unified diff