All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.deploygate.service.IDeployGateSdkServiceCallback.aidl Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package com.deploygate.service;

oneway interface IDeployGateSdkServiceCallback {
    /** Event callback from DeployGate client service. */
	void onEvent(String action, in Bundle extras);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy