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

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

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

import com.deploygate.service.IDeployGateSdkServiceCallback;

interface IDeployGateSdkService {
	/** Register a callback interface for DeployGate SDK Service. */
	void init(in IDeployGateSdkServiceCallback callback, in String packageName, in Bundle extras);
	void sendEvent(in String packageName, in String action, in Bundle extras);
}	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy