Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Last active December 7, 2018 17:11
Show Gist options
  • Save samyak-jain/cc7c4fb7e87579f7af8dc860fd930641 to your computer and use it in GitHub Desktop.
Save samyak-jain/cc7c4fb7e87579f7af8dc860fd930641 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
int channelProfile;
public static final String channelMessage = "com.agora.example.agorabroadcast.CHANNEL";
public static final String profileMessage = "com.agora.example.agorabroadcast.PROFILE";
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment