com.deploygate.service.IDeployGateSdkServiceCallback.aidl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
DeployGate SDK for Android
package com.deploygate.service;
oneway interface IDeployGateSdkServiceCallback {
/** Event callback from DeployGate client service. */
void onEvent(String action, in Bundle extras);
}