com.google.android.gms.plus.Plus.PlusOptions Java Examples

The following examples show how to use com.google.android.gms.plus.Plus.PlusOptions. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: GameHelper.java    From Asteroid with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #2
Source File: GameHelper.java    From Trivia-Knowledge with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #3
Source File: GameHelper.java    From FixMath with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #4
Source File: GameHelper.java    From martianrun with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #5
Source File: GameHelper.java    From ColorPhun with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #6
Source File: GameHelper.java    From Onesearch with MIT License 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #7
Source File: GameHelper.java    From tedroid with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #8
Source File: GameHelper.java    From FlappyCow with MIT License 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #9
Source File: GameHelper.java    From cordova-google-play-games-services with MIT License 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}
 
Example #10
Source File: GameHelper.java    From ANE-Google-Play-Game-Services with Apache License 2.0 4 votes vote down vote up
/**
 * Sets the options to pass when setting up the Plus API. Call before
 * setup().
 */
public void setPlusApiOptions(PlusOptions options) {
    doApiOptionsPreCheck();
    mPlusApiOptions = options;
}