本文整理匯總了Java中com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks方法的典型用法代碼示例。如果您正苦於以下問題:Java GooglePlayServicesClient.ConnectionCallbacks方法的具體用法?Java GooglePlayServicesClient.ConnectionCallbacks怎麽用?Java GooglePlayServicesClient.ConnectionCallbacks使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類com.google.android.gms.common.GooglePlayServicesClient
的用法示例。
在下文中一共展示了GooglePlayServicesClient.ConnectionCallbacks方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Java代碼示例。
示例1: Builder
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public Builder(Context paramContext, GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener paramOnConnectionFailedListener)
{
this.mContext = paramContext;
this.jD = paramConnectionCallbacks;
this.jE = paramOnConnectionFailedListener;
this.jF = jC;
this.jG = "<<default account>>";
}
示例2: Builder
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public Builder(Context paramContext, GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener paramOnConnectionFailedListener)
{
this.mContext = paramContext;
this.Dz = paramConnectionCallbacks;
this.jE = paramOnConnectionFailedListener;
this.DA = new hv(this.mContext);
}
示例3: FusedPositionManager
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public FusedPositionManager(Context context, final GPSCConnectionHandler gPSCConnectionHandler) {
intentService = new Intent(context, FusedLocationService.class);
pendingIntent = PendingIntent.getService(context, 1, intentService, 0);
int resp = GooglePlayServicesUtil.isGooglePlayServicesAvailable(context);
if (resp == ConnectionResult.SUCCESS) {
locationclient = new LocationClient(context, new GooglePlayServicesClient.ConnectionCallbacks() {
@Override
public void onConnected(Bundle bundle) {
gPSCConnectionHandler.onConnected(bundle);
}
@Override
public void onDisconnected() {
gPSCConnectionHandler.onDisconnected();
}
}, new GooglePlayServicesClient.OnConnectionFailedListener() {
@Override
public void onConnectionFailed(ConnectionResult connectionResult) {
gPSCConnectionHandler.onConnectionFailed(connectionResult);
}
}
);
locationclient.connect();
} else {
Log.e("error","googleplayservices is not available");
}
}
示例4: getWeatherFromPlayServices
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
/**
* Called when the user has their location set to automatic.
* This will connect to google play services to get the last location
* from their device.
*/
private void getWeatherFromPlayServices() {
mPlayServicesLocationClient = new LocationClient(getContext(), new GooglePlayServicesClient.ConnectionCallbacks() {
@Override
public void onConnected(Bundle bundle) {
// client has connected, so lets get the location
final Location lastLocation = mPlayServicesLocationClient.getLastLocation();
// disconnect the client to end networking
mPlayServicesLocationClient.disconnect();
mPlayServicesLocationClient = null;
// set the weather data from that location
new Thread(new Runnable() {
@Override
public void run() {
setWeaterDataFromGeo(lastLocation);
}
}).start();
}
@Override
public void onDisconnected() {
// client has disconnected
mPlayServicesLocationClient = null;
}
}, new GoogleApiClient.OnConnectionFailedListener() {
@Override
public void onConnectionFailed(ConnectionResult connectionResult) {
// something went wrong, may expand here later
mPlayServicesLocationClient = null;
}
});
// get the connection
mPlayServicesLocationClient.connect();
}
示例5: ForwardConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public ForwardConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks callbacks) {
this.callbacks = callbacks;
}
示例6: registerConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
@Deprecated
public void registerConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
this.Du.registerConnectionCallbacks(paramConnectionCallbacks);
}
示例7: PanoramaClient
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public PanoramaClient(Context paramContext, GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener paramOnConnectionFailedListener)
{
this.Di = new hm(paramContext, paramConnectionCallbacks, paramOnConnectionFailedListener);
}
示例8: registerConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public void registerConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
this.Di.registerConnectionCallbacks(paramConnectionCallbacks);
}
示例9: isConnectionCallbacksRegistered
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
@Deprecated
public final boolean isConnectionCallbacksRegistered(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
return this.te.isConnectionCallbacksRegistered(paramConnectionCallbacks);
}
示例10: registerConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
@Deprecated
public final void registerConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
this.te.registerConnectionCallbacks(paramConnectionCallbacks);
}
示例11: unregisterConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
@Deprecated
public final void unregisterConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
this.te.unregisterConnectionCallbacks(paramConnectionCallbacks);
}
示例12: AppStateClient
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
private AppStateClient(Context paramContext, GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener paramOnConnectionFailedListener, String paramString, String[] paramArrayOfString)
{
this.jx = new dc(paramContext, paramConnectionCallbacks, paramOnConnectionFailedListener, paramString, paramArrayOfString);
}
示例13: dw
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
protected dw(Context paramContext, GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener paramOnConnectionFailedListener, String[] paramArrayOfString)
{
this(paramContext, new c(paramConnectionCallbacks), new g(paramOnConnectionFailedListener), paramArrayOfString);
}
示例14: isConnectionCallbacksRegistered
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public boolean isConnectionCallbacksRegistered(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
return this.ne.isConnectionCallbacksRegistered(new c(paramConnectionCallbacks));
}
示例15: unregisterConnectionCallbacks
import com.google.android.gms.common.GooglePlayServicesClient; //導入方法依賴的package包/類
public void unregisterConnectionCallbacks(GooglePlayServicesClient.ConnectionCallbacks paramConnectionCallbacks)
{
this.ne.unregisterConnectionCallbacks(new c(paramConnectionCallbacks));
}