We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4411b18 commit 76ff28bCopy full SHA for 76ff28b
src/@awesome-cordova-plugins/plugins/intercom/index.ts
@@ -58,6 +58,22 @@ export class Intercom extends AwesomeCordovaNativePlugin {
58
return;
59
}
60
61
+ /**
62
+ * Determines if there is currently a user logged in.
63
+ */
64
+ isUserLoggedIn(): Promise<boolean> {
65
+ return;
66
+ }
67
+
68
69
+ * Fetches the user attribtues of the currently logged in user.
70
+ *
71
+ * return A user registration object.
72
73
+ fetchLoggedInUserAttributes(): Promise<any> {
74
75
76
77
/**
78
* Set `hash` string if you are using Identity Verification for your Intercom workspace.
79
* @note This should be called before any user login takes place.
0 commit comments