Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created February 10, 2022 14:55
Show Gist options
  • Save devwithzachary/ce9c2d1a8b97b2c5371c88c163ec8843 to your computer and use it in GitHub Desktop.
Save devwithzachary/ce9c2d1a8b97b2c5371c88c163ec8843 to your computer and use it in GitHub Desktop.
public class CustomDisplayView implements AGConnectAppMessagingDisplay {
@Override
public void displayMessage(@NonNull AppMessage appMessage,
@NonNull AGConnectAppMessagingCallback callback) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment