Skip to content

Instantly share code, notes, and snippets.

@sessionm-docs
Forked from ndurell/MyClass.java
Created April 18, 2014 14:22
Show Gist options
  • Save sessionm-docs/11046704 to your computer and use it in GitHub Desktop.
Save sessionm-docs/11046704 to your computer and use it in GitHub Desktop.
package com.sessionm.example;
import com.sessionm.api.SessionM;
public class MyClass {
public void myAwesomeMethod() {
SessionM.getInstance().logAction("demo_action");
}
}
@computingfreak
Copy link

can this be the Acitivity's onCreate method itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment