-
public class HolochainService.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerNOTIFICATION_ID_FOREGROUND_SERVICE_RUNNINGprivate final StringNOTIFICATION_CHANNEL_ID_FOREGROUND_SERVICEprivate final StringNOTIFICATION_CHANNEL_ID_APP_AUTHORIZATIONprivate final StringACTION_STARTprivate final StringACTION_BOOT_COMPLETEDprivate final StringACTION_APPROVE_APP_AUTHORIZATIONprivate final StringACTION_DENY_APP_AUTHORIZATIONpublic final static HolochainService.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetNOTIFICATION_ID_FOREGROUND_SERVICE_RUNNING()final StringgetNOTIFICATION_CHANNEL_ID_FOREGROUND_SERVICE()final StringgetNOTIFICATION_CHANNEL_ID_APP_AUTHORIZATION()final StringgetACTION_START()final StringgetACTION_BOOT_COMPLETED()final StringgetACTION_APPROVE_APP_AUTHORIZATION()final StringgetACTION_DENY_APP_AUTHORIZATION()-
-
Method Detail
-
getNOTIFICATION_ID_FOREGROUND_SERVICE_RUNNING
final Integer getNOTIFICATION_ID_FOREGROUND_SERVICE_RUNNING()
-
getNOTIFICATION_CHANNEL_ID_FOREGROUND_SERVICE
final String getNOTIFICATION_CHANNEL_ID_FOREGROUND_SERVICE()
-
getNOTIFICATION_CHANNEL_ID_APP_AUTHORIZATION
final String getNOTIFICATION_CHANNEL_ID_APP_AUTHORIZATION()
-
getACTION_START
final String getACTION_START()
-
getACTION_BOOT_COMPLETED
final String getACTION_BOOT_COMPLETED()
-
getACTION_APPROVE_APP_AUTHORIZATION
final String getACTION_APPROVE_APP_AUTHORIZATION()
-
getACTION_DENY_APP_AUTHORIZATION
final String getACTION_DENY_APP_AUTHORIZATION()
-
-
-
-